The Condition action checks whether specific criteria are met before allowing the next action in the sequence to run.
Conditions are evaluated using three parts:
Set condition – The data point to evaluate (e.g. active order, user, role, etc.)
State – The logical comparison (e.g. is, is not, more than, etc.)
Value – The expected value for the condition to pass
Multiple conditions can be combined using And / Or logic. If the condition passes, the next step will run. If it fails, the sequence stops at this point.