Drawn a random sentence

Hello,
I am new to the platform I would like to create an application that randomly draws 30 sentences 1 time only in the session out of 100 sentences to do this I created a data which stores my sentences I search on the forums but I couldn’t find anything can you help me

ps: sorry for my english, i’m french

1 Like

You can use the ‘get and remove random item of list’ block.

Put that in a loop of 30.

Are your sentences in a list?

Import you sentences in to a list. In the list drawer there is a component to make the order of the list “random”.

After making the list random just copy the first 30 in the list

Merci, j’ai réussi