Rule Conditions
For Record Based Rules, you can define conditions based on the fields of your App.
You can compare the fields of the selected app or any connected apps of the selected app. You can also add multiple conditions and use
AND
– (all conditions must satisfy) orOR
– (any one condition should satisfy).The above example shows two conditions must match (use of
AND
) in order for the rule’s action to be executed :
Current Stock <= Minimum Stock
Category = Automotive
Last updated