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 Apps / Not able to add multip...
Power Apps
Unanswered

Not able to add multiple people picker in SharePoint list using PowerApps

(0) ShareShare
ReportReport
Posted on by 2

Hi All,

 

I am trying to add multiple people picker value from PowerApps form but not able to add in the SharePoint list.

 

I have change the column setting from SPList like allow multiple items.

Also changed the PowerApps people picket control setting to Allow multiple items and I am using Patch function but facing issues in the below code.

 

 

In this code I have added ForAll for iterate all items from People picker dropdown.

 

Auditor- My SP list column

Forms Answers - SP list Name

currentItem - Updating current item

ppMBHeaderAuditee- PowerApps people picker

 

Error - The type of this argument 'Auditor' does not match the expected type 'Table'. Found type 'Record'

 

"ForAll(ppMBHeaderAuditee.SelectedItems,

Patch(

'Forms Answers',

currentItem,

{

Auditor:{

'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",

Claims: ppMBHeaderAuditee.Selected.Claims,

Department: "",

DisplayName: ppMBHeaderAuditee.Selected.DisplayName,

Email: ppMBHeaderAuditee.Selected.Email,

JobTitle: ppMBHeaderAuditee.NavigateItem.JobTitle,

Picture: ""

}

}

)

);"

 

Please help me on this issue, waiting for valuable reply.

 

Thanks

Amol K

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard