I’ve seen this asked before and wondering if anything’s changed…
I’m using API Calls to POST, DELETE, and GET data from Supabase, and I’m displaying in Bubble via a repeating group. When I make a call to create or delete something, the repeating group doesn’t update. This isn’t surprising given it’s external, but how is there no way to trigger a refresh of the data in the repeating group? “BubbleBot’s” suggestions of using “Display a list in a repeating group” and “make the source a state instead of the API and update the state” didn’t work. Neither did leaving the source blank and running it based on conditions. Is there really still no way to rerun an api call on an RG without refreshing the page?