I use an interface on airtable to create new users. How can I force the 2-way sync to run every time a new entry is created on airtable?
We have an established internal workflow on Airtable, and I am building something external facing with Softr. So I would rather let all my internal users remain on Airtable instead of changing the entire workflow and making everyone work on Softr.
Technically speaking, syncing doesn’t always happen in real time. However, we’ve defined many syncing triggers to ensure your app always gets the latest user data when it actually needs it. A few examples:
When a user logs into an app.
When you publish new app changes.
When you visit the User tab.
They all require you to visit Softr in order to trigger a sync.