AND/OR Conditions

It is possible to create conditions bound with AND/OR terms.

Let's take an example of making bound conditions for the Annual Interest Rate depending on the Loan Amount.

Condition: if the loan amount is greater than 5 000 and less than 7 000 set the annual interest rate to 10:

In the first preview, we can see that only one condition is met and the annual interest rate has not changed:

In the second preview, both conditions are met and the annual interest rate is set to 10:

Last updated