Random pizza generator

I’m trying to build a simple pizza generator in the pizzeria app. Basically clicking a button I would have to pick three random ingredients and display the entire pizza as a text.

So far I get that I should do a Template with for example

“I want a pizza with INGREDIENT1, INGREDIENT2 and INGREDIENT3”

where I display the ingredients from the three columns containing the ingredients.

I know in Glide we can do the Random Sort, which would do the trick, but I can’t understand how would have to approach this in term of sheets and components I can use.

Anyone fancy a pizza with ananas, black olives and green cheese?

Here’s an app that I created that does something similar. I explain in the thread how I achieve random values. Hope it helps.

1 Like