Refresh Individual Elements Instead of entire page when using API

The issue you were experiencing was the same in this old post below, when using api call as a data source insted of a action, you need to have some data variable which changes in order for bubble to make the api call again. You didn’t have any dynamic data variable which was changing which caused the api call to run only once. This can by fixed by adding a a non used header to the api call as mentioned in the post below.

2 Likes