Announcements
hi everyone, how can I navigate to next selected page based on the dropdown menu selection ?
Hi @naziha1
Please try this:
Set the OnChange of Drop down to
Switch(Self.Selected.Value, "Value1", Navigate(Screen1), "Value2", Navigate(Screen2), . . .)
Best regards,
Rimmon Li
Any additional code in submit button for navigate ?
Hi @naziha1 ,
The above code also applies to the OnSelect property of the button, but you can also use the if function:
If(dropdown.Selected.Value="Value",Navigate(ScreenName))
sorry why its not working
it says 'switch has some invalid arguments'
Could you please show me the screenshot?
The screen name is malformed, add single quotes to the screen name with parentheses.
How is situation now?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 207 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2