Hello all,
I'm trying to show the Manager Name (PrefferedName) on a New Responsive form. I'm able to get the LoginID using:
userProfileLookup(uForm].mEmployee],"Manager") -- Note "Employee" is a people picker form field.
This returns a value like this: i:0#.f|membership|email@address.com
I then tried to pump that into another user profile lookup:
userProfileLookup(LForm].[ManagerLoginID],"PreferredName") -- Note "ManagerLoginID" is the variable capture from above.
But that returns no result on the preview, or the published form. Is there anyway to get to the Manager PreferredName (or any other property, like email) using variables?
Thank you.