Random slide when pressing a button

I couldnt find anything for my question,

i want if i press a button that the app sends me to a random page, like from 4 to 14 only

thanks

Hi gigilincan21lg5bax, welcome to Thunkable! :tada:

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

This would not be possible using the navigate to block.

If, depending on what you are trying to do after clicking the button, you could probably just dynamically populate what is on just one screen and randomize the content. Similar to what you would do in a quiz app.

i have arranged sheets that needs to be opened when pressing a button for a certain category, but i want to randomize the specific sheets so that u dont get everytime the same sheet when starting the app.

but how can i do it?

  1. Ensure all your randomized screens are named in the same format: Screen1, Screen2, Screen3 … Screen14. Make sure that there isn’t an extra space in one of the names, or the lack of a space based on how you do it.
  2. Incorporate the button which will trigger the change of screens.
  3. Alter the numbers in the random block based on how many screens there are that you want to switch between.