Skip to main content

I hope someone can help with this please 

 

Connecting from n8n and I’ve created a personal access token and entered it into the Credential to connect with field, 

Below is the scopes and access permissions 

I’ve checked that the Base name and tables are correct 

 

I’m not sure what I’m missing here , will be grateful if someone can assist

Hmm, yeah that setup looks right.  What action are you using?

One thing to note is that, if you’re doing a ‘Get Record’ action and you give it a record ID that doesn’t exist in the table, it’s going to give you the same error message you’re seeing now


Thank you for your reply 

I’m using a n8n form and a Create operation on Airtable 

 


Hmm, what’re the values of those two expressions? 

Could you try replacing the expressions with plain text (or whatever data those fields expect)?  If plain text works then we know that the connection is fine and that the issue is with the data


I’ve changed the values to the below , but the result is the same 

 


Could you expand these bits? 


I was thinking maybe it was due to field or table permissions but I just tried that out and the error messages were different:

 


I’m facing the same issue, everything has been configured correctly, but I’m still getting this error forbidden message


I have the same issue. It was working before, but has stopped working last week.


after so many tries this is how i did it i created a new token in airtable.com/create/token/new

 

*ScopesWith this token, you will be able to:

  • data.records:read

    See the data in records

  • data.records:write

    Create, edit, and delete records

  • data.recordComments:read

    See comments in records

  • data.recordComments:write

    Create, edit, and delete record comments

  • schema.bases:read

    See the structure of a base, like table names or field types

  • schema.bases:write

    Edit the structure of a base, like adding new fields or tables

  • webhook:manage

    View, create, delete webhooks for a base, as well as fetch webhook payloads.

  • block:manage

    Create new releases and submissions for custom extensions via the Blocks CLI.

  • user.email:read

    See the user's email address

 

AccessThis token can access the following bases and workspaces. You can only grant access to bases and workspaces that you have access to.

All resources

My First Workspace

  • All current and future bases in all current and future workspaces

  • All current and future bases in this workspace

 

I added the token in n8n and waited for a 3 minutes then then my base appeared and my table from list also appeared.

 

I hope this helps.

 


Reply