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.
2 Likes
Or else, you could go data-driven and display different data on the same page.
1 Like
You read my mind, codeswept!
2 Likes
Hahađ
Can you explain further ?