Need help creating a random string generator

I want to know if its possible to have random string chosen from a list of possible strings.

Like for instance names:
James
David
Carl
Max

OR

Boolean:
True
False

I don’t care too much about repeats :3

G’day. If you have a list of possible options saved in the DB or as option sets, then it is pretty easy to either do a search for the thing:random item or grab an option > all options:random item

Thank you Brett! I had the same issue and that solution worked for me

2 Likes

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