A have a list on Sharepoint
There's column "Person", type "Person or Group" (single item only) in which user is stored.
I'm trying to create a calendar event (Create Event V2) using Flow and use that column in "Required attendees" as "Person Email".
The flow isn't working and returning me an error:
"One or more recipients are invalid. clientRequestId: id serviceRequestId: id"
due to the fact that user seems to be incorrect (according to logs):
INPUTS
...
I'm attempting to use the same thing, but it is only appending the 1st email address of the 1st perosn included in the multiple select field. Any ideas?
Yeah, thanks. The problem has been solved.
Hi @ gzgenm,
Have you problem be solved?
I have made a test on my side, the solution gived by @ScottShearer is works.
Please take a try with @ScottShearer 's solution.
Please feel free to contact me if you need any other problems.
Regards,
Alice Zhang
I just ran a quick test using a person or group column that does not allow multiple selections and the Flow ran without error:
If the person or group column allows for multiple selections, the Flow above will error out. To fix, configure your Flow in a manner similar to below. I am looping through each of the email addresses and appending them to a string variable. Please note the semicolon I include after the email address. I then reference the variable rather than the column when specifying required attendees.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2