UPDATE: Click here for the detailed tutorial to answer this question.
Hello,
I have a people/group column on my form. Users are able to enter more than one employee name. I want to capture the Display Name (not the user name) of the people in this field in a variable and insert it in a notification. If I use the column itself the value would be something like i:0#.w|domain./username 1, /domain.com/username2 (domain is the SharePoint root of the company). I can capture the Display Name of the first employee in the field by using Query workflow action and storing it in a workflow variable but I cannot do that for other people in the list. As example if the domain is GoodCo.com and there are three people on the field e.g. John Doe, Bill Smith and Anna Kennedy if I insert the column directly in the notification I will get something like:
i:0#.w|GoodCojsmith;i:0#.w|GoodCosmith;i:0#.w|GoodCoakennedy
I can use Query User Profile and store the Display Name in a workflow variable but this will only capture the name of the first person. I appreciate your help.