Can't seem to figure out what should be a simple task: I have a flow that begins with a pop-up box asking the user to select an item from a drop-down menu. Once they select an item, the flow kicks off executing the sub-flows related to whichever item the user selected. Within the initial pop-up box, there is an Ok button and a Cancel button.
How do get the flow to start after the user has selected an item AND clicked the Ok button?
How do terminate the flow if the user has clicked on the Cancel button?
Thank you!