Hi,
How can I compare Person field in some list with Current user in Nintex Form?
I have to check is Current user in Management List or not . I tried:
lookup("Management List", "Manager", Current User (Login ID)", "ResultColumn")
Manager field is a Person field in a Management List.
I tried to compare Manager field in the list with
Current User (Display Name)
Current User (Email) and
Current User (Login ID)
but didn't work.
Thanks.