Skip to main content
Community site session details

Community site session details

Session Id : mk5aUXu+NoX1RiZbTztOGJ
Power Apps - Power Apps Pro Dev & ISV
Unanswered

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

Like (0) ShareShare
ReportReport
Posted on 12 Jul 2022 16:40:49 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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete