In one application Im able to use brackets in the when condition while not able to do so in another application, Why?

In one of my client’s application, the ‘when‘ condition gets nested automatically on the usage of ‘AND’ with brackets, while in other application, I’m having complex conditions but I’m not able to use brackets there, can someone please help me to understand, why and how I can use brackets?

eg

When
(Current User’s is_admin is “yes”)
and
(Page’s thing’s status is “active”)

You need to enable it in General settings in your app.

1 Like

Thank you! It worked