Else If Step
Brief description
This step executes a block of code inside a Else If branch only if condition in If branch is false and condition in Else If is true (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Append variable (Not required)– enables user to select one of the variable names previously defined
- Condition expression (Required)- specified boolean condition
Additional comments
You can add Else If Step only inside of If Step