REDWOOD Show Guided Journey based on VB Condition on Performance Document Name not working
Summary:
Show Guided Journey based on VB Condition on Performance Document Name not working
Content (please ensure you mask any confidential information):
Hello Experts,
We need to display a Guided Journey inside the Performance Management Document and need to display it only under specific conditions. The requirement is:
Show the Guided Journey only for Managers & Show it only for specific Performance Documents (based on template or document name)
The first condition works correctly using the Visual Builder parameter:
$base.variables.loggedInPersonRole
In example, this works: [[$base.variables.loggedInPersonRole== 'MANAGER' ? 'GUIDED_JOURNEY_CODE' : null ]]
This correctly identifies whether the logged-in user is a Manager.