I have completed all my screens in PowerApps and I am now trying to setup the navigation.
- My dropdown is named Dropdown1
- The dropdown value in question is Employement
- The screen that I want the user to go to if he/she selects Employement in the dropdown is called Section 3 Other Mirror
- the screen that I want the user to go to if he/she selects any other choice in the dropdown is called Section 4 VP Setup
Current formula:
If(Dropdown1.Selected.Value = "Employement"; Navigate('Section 3 Other Mirror',ScreenTransition.Cover)
Error: Unexpected characters. 'ParenClose' where 'Eof' is expected.
