2020.10 - Condition Builder

The New Condition Builder is a great addition to 2022.10 . However Lets say I am working with 3 Variables Var1 , var2 and Var3 -

The Builder allows to have either AND or OR which restrict us from writing below conditions using Builder

(Var1 or Var2) and Var3
var1 or (Var2 and Var3)

Workaround is Definitely to write the condition as expression , Would be Good if we have the Grouping Embedded.

Thanks
Mukesh

Hi @mukeshkala

Thanks for your suggestion. We’ll consider it, but as you noticed, it can be easily solved with the expression editor for now.

1 Like