Skip to main content


(Please see screenshot example )I would like user to be able to click/select option 1 or 2 and be navigated to different screens depending on which option is selected using the same ‘continue’ button’

Create a string variable with value “”.

On Selecting 1 or 2, set variable to screen name.

On Continue, use conditional statement to check the value and use Navigate to accordingly


Thank you! I haven’t used variables much but I’ll give it a go. Cheers!


Glad this was helpful. Please do mark it resolved if it has solved your issue.


I’m having some issues if you can help. I have set up the conditional values but I can only navigate to the pink frame. What am I doing wrong?


Can you share the interaction of Pink and Blue buttons as well? These are case sensitive so, if button has set variable as “blue” instead of “Blue”, it wont work.


I thought it might be case sensitive so I did double check but no joy. Have I set the variable correctly?


You don’t need modes for the variable.

You just create a string variable with value “none”.

On click of each button, you set the Color variable to either Pink or Blue.


I’ve got it. 😀 Thank you so much! 🙌


Reply