Skip to main content

Airtable data sync issues with website

  • September 26, 2022
  • 1 reply
  • 5 views

Hi Airtable,

I have created a workspace and base and then connected the base with my Duda website by the API.

When I added content to the base, the base data didn’t appear on my website properly.

Please let me know how can I solve this problem.

Thank you

1 reply

Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • September 26, 2022

Is the website instrumented to be aware of updates and present them when changes occur?

The Airtable API is not the ideal way to create seeming real-time updates between Airtable and other apps. The better approach is event-driven - i.e., when a change occurs in Airtable, a webhook call is made to another webhook listener in your web app. The webhook call is then processed, data is updated, and the web app UI is instantly refreshed to present the new data.