Skip to main content
Nintex Community Menu Bar

Is there a way to get user email property from Person/Group field in SharePoint list?

  • April 29, 2020
  • 2 replies
  • 595 views

Gathering information about items in a list and upcoming expirations.   All other fields are gathered in the for each loop but the Person information does not come across.  What is the the recommended approach to access this info and put in for output in an email addressed to them?

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • May 1, 2020
Set a variable that does a list lookup to the column and configure the return type as Email Address.

allan
Forum|alt.badge.img+9
  • Rookie
  • May 19, 2020

If you are not using a SharePoint, make sure to store you user in a people variable. It will be resolved as a user since we will have the login name.
You can now have a text variable a play with the returned format to get the email address.