Hi everyone,
I’m trying to set up visibility conditions but running into limitations with the AND/OR operators. Currently, the system only allows me to choose AND/OR once for all conditions, but I need to implement this specific logic:
(Property is ‘COD08-Carlos Lleras’ AND Role is ‘Investor’) OR (Role is ‘Admin’)
The current interface only lets me do:
- Property is ‘COD08-Carlos Lleras’ OR Role is ‘Investor’ OR Role is ‘Admin’ or
- Property is ‘COD08-Carlos Lleras’ AND Role is ‘Investor’ AND Role is ‘Admin’
Is there any way to create more complex conditional logic like nested AND/OR operations? Or perhaps a workaround to achieve this type of visibility control?
Thanks in advance for any help or suggestions!