Hi everyone,
I’m facing a frustrating issue with the Airtable → Update Record node in n8n.
Flow overview:
- Trigger: Schedule node (triggered when a form is submitted to Airtable)
- Airtable: Search Records → works perfectly
- Code: formats the output
- HTTP Request: sends the prompt to OpenAI (works fine)
- Airtable: Update Record →
this is where the error happens
The error I get:
“No columns found in Airtable. Retry.”
Even though:
- The table exists and is correctly connected
- Base ID and Table name are correct
- Search Records node retrieves data properly
- The node is connected to previous steps
- I do have columns in the Airtable table
I also tried:
- Replacing the node
- Refreshing credentials
- Rechecking the table name
- Toggling between manual and dynamic modes
Nothing works — the Update Record node refuses to detect any columns.
My question:
Is this a bug or am I missing something? Is there a reliable workaround to update fields even if the columns don’t load?
Thanks in advance for your help! ![]()