Condition LOGIC

How is the Logic behind the Condition?

When im using Condition 1 AND Condition 2 OR Condition 3?is it like

Condition 1 AND (CONDITION 2 OR CONDITION 3)

OR

(Condition 1 AND Contdition 2) OR Condition 3

And When im using

Condition 1 AND Condition 2 OR Condition 1 AND Condition 3 is it like

(Condition 1 AND Condition 2) OR (Condition 1 AND Condition 2)

OR
Condition 1 AND Condition 2 AND Condition 3

I encourage you to go to Settings → Versions → Beta features, and turn on “Expression parentheses”

You’ll be abble to see more easily how an expression is interpreted. Because there is no answer to your question, it depends on how it is set in the first place.

1 Like