Skip to main content
All CollectionsUnderstand the CommandsIf
[Command] If - Multiple conditions
[Command] If - Multiple conditions
Sophie avatar
Written by Sophie
Updated over a week ago

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

Matches: Match all

Execute when the listed conditions are all met.

Matches: Match any

Execute if any of the listed conditions are met.

Condition

Select a condition between the First operand and the Second operand.

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.

Did this answer your question?