How can we randomize a few screens in thunkable

How can we randomize a few screens in thunkable

dint got it maybe explain more

Create a list with all your screens.
Then add a navigatie to screen block.
In the block add a pick random item from list.
Replace the make a list with your list.

1 Like

im pretty sure can be done using variables

Yep

If you’re using a handful of screens, going to one randomly will work fine. There’s a “random item from list” block you’ll find useful.

But, If you’re building an app with hundreds or thousands of pages (like a quiz or trivia app), you need a different plan. :slight_smile:

2 Likes

Or else, you could go data-driven and display different data on the same page.

1 Like

You read my mind, codeswept! :slight_smile:

2 Likes

Haha😂

Can you explain further ?