Hello All,
I have a welcome screen where i have a textbox and a few buttons with OnSelect and Navigate functions. For the Navigate function, it works fine and sends me to the right spot. But I'd like it to chose a specific option from a dropdown screen in the following form. If I could lock that dropdown, that would be even better.
If(TextInput1.Text="Password",Navigate(EditScreen,ScreenTransition.None,{DataCardValue1: "Option1"}))
This is what I currently have for OnSelect, but it doesn't pick the option from the dropdown, it just navigates to the form and disregards the last portion of the formula.