For anybody still looking for a solution, I built this as a way to set up two-way syncs between Airtable and MongoDB or Postgres: https://www.usebracket.com/
The upshot is that you can use Bracket automatically maintain a self-hosted DB that mirrors ...
For anybody still looking for a solution here: I built two-directional syncing between Airtable and Postgres / MySQL with Bracket. Whenever a change is made to either source, we update the other side in close to real-time. You also have controls over...
I used to try to sync with Zapier and it became a pain. There are just too many edge cases that break syncing so it’s more trouble than it’s worth. Zapier is great for workflow automations but not great for simple data syncing; it’s not what it’s bui...
Hi Davor, there are a few ways to do this.
You could write your own script to call the Airtable API. Note that you’ll need an Airtable Enterprise plan to fully use the API, but you could get around it with something like BaseQL: https://baseql.com/
...