Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Power automate - Outlook actions - attendees claims field

(0) ShareShare
ReportReport
Posted on by 14

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?

  • David_MA Profile Picture
    11,734 Super User 2025 Season 1 on at
    Re: Power automate - Outlook actions - attendees claims 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:

    David_MA_0-1694459951453.png

     

    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.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1