Hello, community,
I am experiencing a very specific issue with the Airtable Trigger node and have been unable to find a solution.
The Issue: I am attempting to use the Airtable Trigger to start a flow when a record is updated.
I created a field in Airtable called n8n-Trigger Timestamp of type Last Modified Time.
I configured that field to watch only my Status field.
In the Airtable Trigger node in n8n, I use n8n-Trigger Timestamp in the Trigger Field.
The node fails with the error: The Field “n8n-Trigger Timestamp” does not exist.
What I have already verified (the important part):
The field name is 100% correct (copied and pasted).
The Base and Table URLs are 100% correct.
My Personal Access Token (PAT) has the correct permissions (data.records:read, schema.bases:read) and is assigned to this base.
The smoking gun: To test my configuration, I made a change:
In the same Airtable Trigger node, I changed the Trigger Field to point to a Created Time field that I also have in that table.
The node worked perfectly.
This proves that my credentials, permissions, and Base/Table URLs are all correct. The error seems to be specifically in how the Airtable Trigger node handles Last Modified Time fields.
Is this a known bug or an undocumented API limitation? Has anyone managed to use a Last Modified Time field with this node?
Thanks in advance!