Hi,
I have created a flow to create outlook events when an item is added in a SharePoint event list.
Once the event is created in Outlook, i want to populate Outlook event id in the same events list. I am using update item SP action for this.
I am having trouble to provide value for the field 'Attendees claims-1' in the update item action.
It works if only one user ID is passed.
Is there a way to provide multiple user value to that field?
Since you don't show your workflow, this could vary a little bit. But what you need to do is initialize an array variable with a default value of []. You then need to use an Apply to each action on the people field in your SharePoint list and add the email value to the array. You can then populate the field with the array values.
For example:
In the above, my people field is named People (your field is probably Attendees) and I named my array variable People as well. Be sure to format the Append to array variable as shown and just switch out the dynamic content to your field that contains the e-mail address of each person.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2