Announcements
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'.'
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?
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.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 474
11manish 268
David_MA 243 Super User 2026 Season 1