AND Condition
Add multiple conditions
To add multiple conditions for your Business Rule.Â
Open Settings
Open Business Rules
Go to the panel Condition
Press Add
Select AND or OR condition first to define multiple conditions.Â
Define the condition details
For AND, OR: Press Add inside AND or OR condition and select your desired condition. Â
For other conditions see the definitions per condition.
Video on how to add multiple conditions.
Â
Specific Definitions
None, except the selection of one or multiple other conditions.Â
Property | Value |
kind | AndCondition |
conditions | Array of conditions; multiple conditions supported |
{
"kind": "AndCondition",
"conditions": [
{ condition },
{ condition },
{ condition }
]
}