# 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) or `OR` – (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 :

1. `Current Stock <= Minimum Stock`
2. `Category = Automotive`
