For the complete documentation index, see llms.txt. This page is also available as Markdown.

AND/OR Conditions

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

  • AND - selected action will be applied if both (all) conditions match.

  • OR - selected action will be applied if one (any) of the conditions match.

Click on the Add Condition button to add it:

You can make as many bounds as you want per condition:

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

Was this helpful?