Definition and Usage
The If - multiple conditions command is used for conditional execution. It decides whether certain commands need to be executed or not. It checks for multiple given conditions, then executes the command(s) present under the condition otherwise not.
Parameters Values
Parameter | Description |
| Execute when the listed conditions are all met. |
| Execute if any of the listed conditions are met. |
| Select a condition between the i.e., "Greater than (>)", "Equals to (=) ", or "Less than (<)". |
Example
In the above workflow, the If - Multiple conditions would check all the listed conditions, and when all conditions are met, it would print an information log of "conditions all met", then the workflow would end.