Hello, ive setup my nodes to detect new entries onto the worksheet in my airtable base. however, when a new row is (automatically created from formspree) added, n8n is not recognizing it. when i fetch test data from the node it keeps returning only the same row.
According to claude theres something i need to click to allow it to process new rows? but i dont seem to have that option anywhere
can anyone offer any insight into this? greatly appreciated. thanks!
1 Like
Hey @Justin_Grant
I would think you can add an extra field, which then on the trigger you can filter, in the flow, once completed that item add like done or processed to that field, so the trigger doesn’t pick it up again, sometimes people use views in airtable, so if it comes into that view based on change it then processes.
Hope this helps,
Samuel