Hi,
I have made a app page with tabs and now I am wondering how I can send users to a specific tab using Navigate() or something similar from another page.
This is the page in the app with tabs:



The tab is made like this, see picture below, and the MenuID is what is used to decide what is visible and not.

For the different items I have defined visibility like this:

So, if I am at a different page in the app, I want to be sent to for example the tab named View 3. Ideally I would prefer to be able to decide that the user would be sent to the tab named View 3 and selected gallery item = Lorem Ipsum 3.

Page 2 - click the button and go to Page with tabs (and have the selected tab being View 3)

Really appreciate the help! 😀