(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’
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.
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
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.
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.