:sorted random, possible bug

I stumbled upon the random order feature when using :sorted on a list. I expected it to randomly order the list, but instead it produced a random item from the list for each item in the list. For example:

Using the list: This, is, a, test

I received responses such as: This, This, test, a and is, is, This, test

This may be by design but I am looking for a way to randomly sort a list without creating a bunch of temporary database records.

I’m new to bubble, so I may be approaching this incorrectly.

Thanks,
Grant

What’s the exact expression you used that returned those results?

I built a second app and did not have this issue in it. I’m not sure what the difference is. I’ll update if I can figure out what happened. Thanks for responding Scott.