On Workflow Tab
Add New Option
- Option Type => Text
- Option Name and Option Label => enter your variable name (no spaces)

- Input Type, for this example select Plain Text
- Allowed Values, select List and Enter all available values
- List Delimiter type: ;
- Required, select Yes

In Script
This variable can be used with @option.MyMenuVariable@

- You can assign a PowerShell variable
1 | $VariablePowershell = "@option.UpgradeOrGetVersion@" |

0 Comments