Visibility Conditions on Goal Page for Update Progress Not Working as Expected
Summary:
Hello everyone,
I’m looking for some help regarding the new functionality introduced in 25D, which allows us to define visibility conditions on the Goal page (as described in the “What’s New” documentation for 25D).
In our demo environment, I am trying to hide the Update Progress section for all users except HR.
To do this, I configured the following visibility condition (as suggested in the documentation Page Property Conditions Support in Visual Builder Studio):
[[ $base.variables.exposedObject. PerfParentFlow === "ADMIN_HOME" ? true : false ]]
However, the section is hidden for everyone, including HR.
I’m wondering whether:
- I am using the wrong condition syntax,