Redirect to sheet on button click

Hello. Tell me how to do it:

  1. The user enters a number from 1 to 20.
  2. The user clicks the button and goes to the specified sheet. (from 1 to 20.)

I am unable to redirect to a specific sheet on a button click. How to build this logic?

Hey, @kastiell

On a Detail screen, you could:

  • Add a Form Button to add numbers (1-20)
  • Add a inline list of this numbers

To do it, you could use the Navigate to Tab action

1 Like

But if I have 20 sheets, and I need one button to redirect to the desired table, depending on the user’s choice. Is it necessary to do 20 hidden tabs for this purpose? And do 20 “If” conditions in the event editor?

It would depend what you are trying to achieve.

Are you trying to avoid creating 20 tabs each with different data?

Or are there simply 20 options for someone to choose from, and depending on what they choose they are presented with different data?

Depending on what is on each of the 20 tabs, you can could have just 1 tab with 20 elements that are hidden or displayed based on the value selected ?

1 Like

Agree with this, creating 20 tabs is too much to handle.