- You need to use the select step to pass the value of the selected button to the case step in order to execute the steps inside that case.
- Add a sequence call step to each case, depending on the sub-sequence you would like to call depending on the button pressed.
Figures below show how the sequence should look like:
In figures above, the select step is used to store the button selected on the message pop up and then pass the value to the case step, which will run the sequence depending on the button pressed.
Additional Information
You can use this structure to write to different variables or call code modules, depending on what you would like to do with the buttons. Select and case act similar to the 'if' statement in text-based programming language.