Airtable - node execution works but data is not appended on Airtable

I am trying to append data to an airtable table:

The node runs without error and the output seems ok. However the data is not appended to the table:

Any idea of what I am missing?

Information on your n8n setup

  • n8n version: 0.198.2
  • Database you’re using (default: SQLite): SQLite
  • Running n8n with the execution process [own(default), main]: not sure
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: desktop app

I found the issue. I reused a table from a previous project. Even after deleting the existing data and changing the name of columns, the new rows were appended below the original rows, I just did not noticed it. Scrolling at the bottom of the table I now se the records that were appended.

2 Likes

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