Rule Glossary: IF, AND, OR, ELSE
These are high-level conditions that are used to determine the relations between more granular conditions in the broader structure of a Rule.
Key Logical Conditions
- IF
Used to determine the criteria for the Rule and when it can be applied.
- AND
Checks for all criteria to be met.
- OR
Checks if any of the criteria can be met.
- ELSE
Allows for different actions or conditions if initial criteria are not met.
These logical conditions help structure your Rules, allowing for complex decision-making processes.