DOCS

And / Or logic

When adding visibility rules, you can create rule groups and add conditions inside them.

Conditions within the same group use And” logic, while different rule groups use “Or” logic.

So basically, within the same rule group, all conditions must be met. If at least one condition is not met within a rule group, the entire group fails, and the evaluation will continue to the next rule group

Or logic example

Let’s say you want to apply visibility rules to an element, to show it for users who have either membership plan A or B.

In this case, you create two different rule groups. In each group you add a single condition, and pick one of those plans.

And logic example

Let’s say you want to show a widget if the user membership plan is A, and the user is verified

In this case, you create a single rule group, and add the two conditions inside that same group.

Continue reading