Nested Rule Usage

The result of one rule can be used as an input for another rule. This allows rules to be linked together, enabling the creation of more complex logic.

⚙️ How to Add It?

  • On the rule definition page, you can add the result of another rule as an input by clicking the “Add Rule” button located in the input parameters section.

Rule Execution Order

  • When nested rules are executed, the process starts with the innermost (deepest) rule, and the results are passed outward to the higher-level rules.

Last updated