Hello fam,
I’m busy building a Airtable + WhatsApp confirmation automation
My Workflow: https://gist.github.com/tommycoconutvacationhomes-tech/c4781b5aeb8e25237f6a2daa010a4dad
The Problem: My Airtable Trigger keeps processing the same old record (a test entry) instead of picking up new form submissions. When guests submit new applications, the workflow doesn’t trigger automatically and still references old data when manually executed.
Setup:
-
Airtable form → captures new guest applications
-
n8n Airtable Trigger → should detect new records
-
Process & send WhatsApp confirmation (through Twillio)
What Happens:
-
New guests submit forms successfully to Airtable

-
n8n workflow doesn’t auto-trigger

-
When manually executed, it processes old test data instead of newest record

Question: How do I configure the Airtable Trigger to:
-
Auto-detect new form submissions
-
Process the newest/most recent record instead of old data
-
Properly trigger the workflow when new applications come in
Am I making a beginner mistake? Any guidance or help would be greatly appreciated
