Refresh Repeating List

Hi there, i’m working on a repeating list from external api using sql database connection.

I made a button to refresh the list with this actions

The list load ok at first time, but, when I clicked on the refresh button again, list was cleaned but loaded the same list.

What I’m doing wrong ?
Only work if the page is totally refresh. I want to refresh only the repeating list.

Add a header (uncheck private) to the API call and send the Current date/time:extract UNIX timestamp each time so Bubble thinks youre doing a brand new request and doesn’t re-use the same API response

1 Like

It works !
I didn’t know that detail off bubble, thank u very much.


1 Like