How to make real-time data update (without Refresh button)

@agiledood Have a good solution, but it will not be enough. Bubble will not update result from API Connector if there’s no change in the call. Bubble put the result of the first API call into cache and if you call the same endpoint without any change, it will use that instead of getting fresh data.
So you need to have something different in your API Call.
A few solutions:

1 Like