I have a form that a user would come fill out to nominate a fellow employee. On the form, the user will enter the name of the employee's manager. The manager then needs to edit the form to approve the request.
So i have a panel on the form that contains the approval radio buttons. I would only like to show this panel to the name that was entered as the manager.
I tried to set an expression on the panel to only show if "Current User == NomineeManager" but that didn't work.
What am I missing?