Trying to use multilevel menu:
Name,>
Choice 1
Choice 2
Choice 3
I’m able to define Go-to-Page behavior for choice 1, but not others.
I read here about “selection change”. That seemed to let me define a
different Go-to-Page for Choice 2, but when I tried to use that technique
to defined choice 3, the “selection change” event was “grayed” out.
1 answer
Hi Bob, you can place multiple flow controls and actions within a single event handler, so you don’t need to add “Selection Changed” event twice.
You can use multiple “Conditional Branching” for this, as shown below:
However the best way to handle menu event is to use the “Switch Branching”:
This question is now closed