Hi all - I’m new to n8n and this community. I am taking Lesson 1 and am running into issues with setting up my Airtable credentials. I keep getting the following error with my token despite following the instructions closely, troubleshooting with the AI chat, and trying to set up the token again:
Couldn’t connect with these settings
Authorization failed - please check your credentials
What’s odd is it initially seemed to recognize my token and allowed me to reference the sheet in Airtable, and now I can’t even get it to do that. Any suggestions? Thank you!
Hi @ellbee Welcome!
Auth failed can cause because of a lot of reasons, i think missing scopes is something which can majorly cause this, make sure you have all the required scopes on your Airtable API, i think you have already gave access of the base in the airtable project so that could be accessed, and in the end revoking the token is always a recommended approach before anything. Let me know what works in your case.
Thank you @Anshul_Namdev ! I got the credential to work, but the execution of the node is not producing the intended results. Under parameters, I am supposed to be able to select “orders” from List in the Table section, but the only option I have is “Table 1,” and when I execute it, I am only getting one output (not 30), and the table in AirTable is not filling in. Any suggestions here? Thank you!
@ellbee I should not be giving you hints, for now the airtable’s table needs to be named “orders” not “Table”, for mapping i would say you will figure it out yourself best of luck