Issue with my workflow

Describe the problem/error/question- In one of my nodes I keep getting the same message over and over and I did everything I could think of to fix it since I am connecting Airtable for a whole campaign.

What is the error message (if any)?-Forbidden - perhaps check your credentials?

Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct.

Please share your workflow- Click here to view workflow

The node is Get Instantly Campaign Analytics ID and I copied the code below as well

{
“nodes”: [
{
“parameters”: {
“base”: {
“__rl”: true,
“value”: “app61zJlbKTJWObtq”,
“mode”: “list”,
“cachedResultName”: “AI-Powered BDR|GTM Engine OS V1.0”,
“cachedResultUrl”: “https://airtable.com/app61zJlbKTJWObtq”
},
“table”: {
“__rl”: true,
“value”: “tblGUWR3C7agvWzmY”,
“mode”: “list”,
“cachedResultName”: “Instantly Campaign Analytic”,
“cachedResultUrl”: “https://airtable.com/app61zJlbKTJWObtq/tblGUWR3C7agvWzmY”
},
“id”: “={{ $(‘Webhook’).item.json.query.recordId}}”,
“options”: {}
},
“type”: “n8n-nodes-base.airtable”,
“typeVersion”: 2.1,
“position”: [
48,
5888
],
“id”: “e92a61b6-c70a-477c-b3ae-4419bcc6c192”,
“name”: “Get Instantly Campaign Analytics ID”,
“credentials”: {
“airtableTokenApi”: {
“id”: “trflJgpvy9yzFkoe”,
“name”: “Airtable Personal Access Token”
}
}
}
],
“connections”: {
“Get Instantly Campaign Analytics ID”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“instanceId”: “652fe09e2a6d2e182833b3ec9dc23ea624c0334b666acbe6a21c36bfe6d49f54”
}
}

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node- Well it connects first from a webhook and then to a switch to connect all the nodes and this one is the first node and it won’t connect.

Information on your n8n setup

  • n8n version:
    1.106.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Greetings I am unable to get access t the workflow may I have the JSON of it to assist you up with the issue

Hey @Deborah_Kling hope all is good. Welcome to the community.

If appears your node is failing to auth against Airtable. Have it ever worked for you?
Did you managed to provide a valid token for the credentials? Did you make sure you enabled the following scopes for your token:

data.records:read
data.records:write
schema.bases:read

1 Like

I see, I have the same problem, BTW it only occurs when doing “GET record” Operation…

@Deborah_Kling On my end, I can confirm that everything functions correctly in production mode. The only exception occurs during testing the workflow in the development environment, where it fails specifically when referencing the record ID from the Webhook JSON data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.