Getting selected value from list-picker and assigning it a button

Hello everyone!

I have created three list-pickers with values in each. There is also one submit button. When user picks one of the values in the list-picker, the submit button should check the value and direct the user to another screen. For example, if user picks MATH, they should be directed to another screen(MATH) after clicking the submit button.
Can you please help me with these?
image

Thanks in advance

There are multiple ways , one among (based on your style)

When button, if the selection = Math
Open the screen do (close screen) value (Math)

Thank you for your help
First the screen started freezing.
After I changed when/do to conditionals, everything went pretty well

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.