Select by Number ( IASelectByNumber )
Parameters:
Name |
Short Name |
Type |
Description |
Selected value |
selector |
integer |
The Nth output will be executed (first output is 1). |
Operation type |
operation |
string |
Choose how to select outputs to execute. |
Description:
Controls branching of pipeline execution. The output with the selected number will be executed (starting numbering at 1).
Directly link EndIf to the If command as output #2 to have conditional execution of output #1 if the value is set to Yes and no action if the value is No.
Operation type: select whether to carry on processing at a single branch, or multiple between 1 and the selected value. The following EndIf must match the number of executed outputs.