Hi,
When I click on a button I would like for it to go to a screen if the selected text in a dropdown menu matches a certain word.
For example, the code for the button states:
If(Dropdown1.SelectedText = "Test Phrase", Navigate("go to this screen", ScreenTransition.Fade))
However, the "=" sign of my code is always in red. Does anyone have an idea what I may be doing wrong?
Thanks in advance,
Chris