Hello!
I’m using Zapier to connect a Postgresql table to Airtable. My idea is to keep the airtable base live updated with the postgresql including multiple fields of past records. I’m using a three step zap:
- Trigger - New or Updated Row in PostgreSQL
- Action - Find or Create Record in Airtable
- Action - Update Record in Airtable
I think that steps 1 and 2 are working fine, as I got new records to Airtable, but I can’t understand why action 3 is not working. Not sure also if this configuration works or if I need to code something.
Ah, action 3 is returning “not found”.
Thanks!