web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Syncing 'Person or Gro...
Power Automate
Suggested Answer

Syncing 'Person or Group' column works for single-selection column, but not multi-selection column

(0) ShareShare
ReportReport
Posted on by 3
I have two lists:
 
enter image description here
enter image description here

When a user adds a new item to List_1, I want a flow to automatically add the item to List_2.

enter image description here
 
The above flow works fine when the People_ columns in both lists are single-selection only. But when I change the People_ columns to allow multiple selections (in both lists), the flow fails.
 

Flow Checker > Action 'When_an_item_is_created' failed

The API 'sharepointonline' returned an invalid response for workflow operation 'When_an_item_is_created' of type 'OpenApiConnection'. Error details: 'The API operation 'GetOnNewItems' requires the property 'body/value/0/People_' to be of type 'Object' but is of type 'Array'.'


How can I get this flow to work on multiple-selection 'Person or Group' columns?

Categories:
I have the same question (0)
  • Suggested answer
    Ellis Karim Profile Picture
    12,137 Super User 2026 Season 1 on at
     
    In this example I have a person column (multi-select) called Person1 that I want to copy to the Added By column (multi-select):
     
     
    For an explanation, please see: 
    and
     
    Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!
     
  • Suggested answer
    Vish WR Profile Picture
    3,685 on at
     
     

    The error is expected. When a Person or Group column allows multiple selections, SharePoint returns it as an Array instead of an Object, and the Create item action cannot handle that directly.

    The fix is to add a Select action before your Create item step. Set the From field to the People_ value from your trigger, then map out the claims from each item in the array. Use the output of that Select action in your People_Claims field instead of passing the raw trigger token.

    If the Select approach does not work cleanly, you can use the Send an HTTP request to SharePoint action to write the item via REST API, where multi-person fields expect an array of ID objects like {"Id": 1}, {"Id": 2}. You would still use a Select action to extract those IDs from the trigger output first.

    Try the Select action route first as it is the simpler of the two.


     
  • Suggested answer
    David_MA Profile Picture
    14,889 Super User 2026 Season 1 on at
    You can use this approach:
    1. Create an array variable and leave the default value blank (very important):
    2. Add an apply to each action and point it to the people field from the trigger (this would be the one without email, claims, department, etc. after it). In the example below, this field is named Name.
    3. Then add an append to array variable action to the apply to each and configure it like below. This is where you would choose the email value of the people field. In this example Name Email.
    4. In the update item action, put your people field into array mode and insert the array variable.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 474

#2
11manish Profile Picture

11manish 268

#3
David_MA Profile Picture

David_MA 243 Super User 2026 Season 1

Last 30 days Overall leaderboard