List Pick random without repeating?

How can I avoid repeating the contents of the list?

I have tried it and it repeats the content, the image is for reference.

You can use AppyBuilder’s ListUtils extension, it has Remove Duplication feature.

2 Likes

Or you can also do the same without extension, by using this :point_down: snippet by @Taifun

How to pick a random item from a list without picking duplicates?

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.