Shuffling lists of lists

Dear Developers,

Can anyone help me with blocks how to shuffle a list of lists with respective values ?

Thanx in advance.

You can append these list to only one list. After that, select as much items as you want but don’t forget to remove already selected items from list.

You can use ListUtils extension by appybuilder…:smiley::smiley:

2 Likes

Check this tutorial on ‘How to pick a random item from a list without picking duplicates’
https://puravidaapps.com/snippets.php#2removerandom

This post was flagged by the community and is temporarily hidden.