Conditional Logic

Conditional Logic

Conditional logic provides allows you to define rules for Dynamic Visibility

Clicking on the operator brings up a list of the avilable options which include:

  • equals (=)

  • not equal (<>)

  • less than (<)

  • less than or equal to (<=)

  • greater than (>)

  • greater than or equal to (>=)

  • is empty

  • is not empty

  • changes - avilable for triggers only

Compound Conditional Logic

You can configure multiple conditions for Dynamic Visibility, Interactivity and Triggers.

To add another condition, click the button. This will generate another set of inputs for adding a new rule. Additionally, a delete option will appear, allowing you to remove these new rules.

Multiple conditions, with AND option selected

After adding another condition a logic toggle will appear with "AND/OR" options. This selection dictates whether the functionality is activated when all conditions are satisfied (AND) or on an either-or basis (OR). By default, the "AND" option is selected.

When multiple conditions exist, they are all evaluated along with the AND/OR properties to determine if a component will be visible or not.

Last updated

Was this helpful?