Hi,
I have a Custom List 'ApplicationUsers' having two columns 'Initiator' and 'HeadApproval' of type Person or Group.
I want to get a 'HeadApproval' by passing 'Current User' corresponding to 'Initiator'.
I am using Calculated Value field and using below formula
=
lookup('ApplicationUsers','Initiator',Current User,'HeadApproval') |
but I am getting
