Hi all,
I have a people picker in my form that I want the end user to add multiple names to. I am then trying to get the email and the name of the people in the picker, and include it into an email.
I’ve tried many different methods to do this (loop for each, text to string, get item from collection) and I either get just the last person added to the people picker or everyone that is in the people picker with lines and lines of code.
Thank you in advance!