Hello everyone, I would like to share a solution that worked well for me, to refresh my repeating groups without the entire page load. I create a workflow to update every “x” seconds. To work properly, I create an action to Clear the list of Repeating Group, and right after, an action do Display the list with my Data source.
The solution will work but have you noticed the difference in WUs for larger database with this solution? I fear the app might also get a bit slow with ‘do every x seconds’ action.
why did you need this? repeating groups displaying data from a datasource on the repeating group which may be a search of the database, do not need to be refreshed as Bubble is supposed to make real time updates…if you are not experiencing that, submit a bug report.
I need to shuffle randomly my repeating group each time i’m clicking on a button.
Does anyone know how I could do that?
Thanks
Display list in Repeating Group - Do a search for X sorted by (random)
It often doesn’t refresh automatically. Many threads and bug reports on that.
However, in my experience recently that has been mostly happening in cases where connection gets broken in between due to internet issues or laptop being closed etc. There are threads where Josh has also responded that they are working on it etc, but it doesn’t get resolved.
But in those cases most likely the suggestion posted in this thread won’t work either. People have attempted it and it doesn’t work. And the reason for that is that if connection is broken, then action like Display list etc may also get stale data.