Skip to main content
Question

Airtable API success in n8n but columns remain blank

  • September 26, 2026
  • 0 replies
  • 10 views

M-salman

Hi everyon

e,

 

I have been stuck for over 6 hours trying to get my Airtable "Update Record" node (Node 4) to write data back into my base. The workflow executes completely successfully with 100% green lights, but the rows in Airtable remain completely blank.

 

Here is my exact configuration for Node 4:

1. Base & Table: Correctly connected to my target base and table.

2. Mapping Column Mode: Set to "Map Each Column Manually".

3. Columns to match on: Kept completely empty/cleared out.

4. Values to Update:

   - id (using to match): {{ $json.id }}

   - Article_Status: Done

   - AI_Response: {{ $node["Basic LLM Chain"].json.text }}

 

Both the schema names ("Article_Status" and "AI_Response") match my Airtable column headers exactly with the correct underscores. When I click "Execute step" or run the full workflow, n8n shows a successful run, but nothing updates in rows 15 or 16 of my Airtable sheet. 

 

Since n8n isn't throwing an error code, I am unable to trace why the data payload is silently dropping before reaching the grid. Any guidance on what might be causing this block would be highly appreciated!