userProfileLookup
Use the userProfileLookup function to return a user profile property of a SharePoint user, such as first name, last name, title, work phone or work email.
-
For information about the full list of user profile properties that can be returned using this function, see the Default user profile properties Microsoft article.
-
For information about how this function can be used in a Nintex Forms, see the Using properties of User profiles within Nintex Forms article in Nintex community.
Function format
userProfileLookup(Email, Property Name)
- Email: SharePoint user login name or user email.
- Property Name: Internal name of the user profile property to lookup.
avg example
userProfileLookup("john.smith@email.com", "FirstName")
The formula returns the Property Name John.