Hello all,
I use Zapier to connect Airtable with Postgres. In the course of this, whenever a row is changed in Airtable, I would like to update this data in my Postgres database accordingly. For this I need the following workflow:
"Trigger: Changes in Airtable; Action: Updates in Postgres".
The action is available in Zapier, but in Airtable I can only find the trigger that is triggered for new and updated data. This is difficult for my use case, as I have to insert a new row in my Postgres database for new data. Are there any workarounds?