A randomiser button

Hi all
I’m new to the community.
Is it possible to create a button that when it is clicked it pulls a random phrase/quote from a datasheet?

Yes, you need to 1st create a table containing random phrase/quote. Add a button component to your app and create a user-specific to store random number. Set the button action to generate a random number and it will use to pick a phrase from table.

1 Like

One way to do it is to have a table full of quotes/ phrases. Then on a one row table add a single value random column and target the quotes column in the quotes table.

Every time the app loads or refreshes the single value random column will choose a quote at random.

2 Likes

Thank you! Great that it’s possible however as a newb. I have no idea how to do it. Sharp learning curve here I come!