ALL,
Maybe this has been answered but I cannot find a clear list of instructions....
Need some detailed instruction here:
In a SharePoint List, I have an input field called "InviteeList" which is a "People or Group" column which allows one or more people to be added from Active Directory. The data in this field is an array of data for each person with headers of Name, email, picture, etc... I just want the email addresses pulled and made into a string to use where I want.
In Power Automate, I want the email addresses from this field of one or more people to be a STRING that I can use in my Power Automate flow. If I use "InviteeList" from the Dynamic link when the item is created, it does the loop for EACH person listed in that field. I want the email or emails of those people in the field to be in a single string so I can use it where I want to send a group email. One email.
If the "InviteeList" has one person or many, then I want the output to be "example1@company.com; example2@company.com;" and so forth.
Is there a straight forward step by step instruction to create this variable string?
Thanks in advance.