Is there any possibility to change to a different app defined by static text or variable?
Transition shown below allows me to change to step by name within the app.
Transition below lets me pick a different app and step from a dropdown
What I’m asking is for a combination of the 2
User case is…
Manager assigns a list of tasks to complete a certain product.
Each task refers to a unique app.
The operator selects the task from an interactive table, then clicks start button.
The trigger function of the start button opens the relevant app for that task.
I would like the manager to define what app to use for a particular task (from a dropdown) during task assignment. instead of hardcoding lot of IF/ELSE statements.