hi everyone, how can I navigate to next selected page based on the dropdown menu selection ?
Hi @naziha1 ,
The screen name is malformed, add single quotes to the screen name with parentheses.
Best regards,
Rimmon Li
it says 'switch has some invalid arguments'
sorry why its not working
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))
Best regards,
Rimmon Li
Any additional code in submit button for navigate ?
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
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1