How to get realtime change airtable value

I want to get realtime data change from airtable to my app. so if I change like the url in the coloum of airtable it will automatically change in the application without having to close and open the app. I have search before and get this. but I don’t know how to implement it

You can simply use a clock component that calls the value from airtable after every specified time. And then simply display it. If its an image then just compare the image url before loading every time.

2 Likes

Yeah use the clock component and fire clock in every time interval you wanted

1 Like

Ok thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.