Conditions evaluate specific criteria and allow you to decide what happens based on whether the criteria are met.
Each condition automatically includes a Then clause and an Otherwise clause. The Then clause provides instructions to follow if the specified condition is true. The Otherwise clause provides instructions to follow if the specified condition is false. The Otherwise clause can be left empty if no further action should be taken.
You can define multiple conditions for any rule. You can also nest conditions within other conditions to ensure an action is executed only when the conditions are met in a specific order.
The following conditions are available: