JS Control - Multiple Form Outcomes
JS Control - Multiple Form Outcomes
Comments
-
Hello,
I want to build a control that looks like the following:

The control is a split button, where each option in the list needs to have a different outcome path. I would like the outcome paths to be created at design time by the designer, just like the native Drop Down Button:

My question is: How do I programmatically provide the design time option as shown here?
-Will