How do you refresh a repeating group in random order?

Hey guys, I’m trying to figure out how to refresh a repeating group in a random order when clicking a logo in the top left of the page. Can’t figure out the workflow for this, hoping someone can help, thanks!

In general, I think you would need to have a random number or random string field in your data type, then the click action would “make changes to a list of things” and generate a new random number/string, then display data in the repeating group sorted by the random number/string.

You can add the option “:sorted” in the expression of your data source and check “Randomized List”. See below:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.