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 / how to update multi se...
Power Apps
Unanswered

how to update multi selection people picker combobox value

(0) ShareShare
ReportReport
Posted on by 5
i am using a People Picker combo box to add members. However, when selecting multiple people in the combo box, I am unable to update it in the SharePoint form using the form control. Can someone help me with the correct code for the Update property for a multi-selection People Picker combo box in a form?
Screenshot 2025-09-05 103834.png
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,062 Most Valuable Professional on at
    This blog of mine should list the options.​​​​​, however from your post, I am assuming that you are using an Office365User.SearchUser filter in the Items, so your Update should be
    ForAll(
       DatCardValue29.SelectedItems As _Data,
       {
          Claims: "i:0#.f|membership|" & Lower(_Data.Mail),
          Department: "",
          DisplayName: _Data.DisplayName,
          Email: _Data.Mail,
          JobTitle: "",
          Picture: ""
       }
    )
     
    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like♥.
    Visit my blog Practical Power Apps    LinkedIn   
  • WarrenBelz Profile Picture
    155,062 Most Valuable Professional on at
     A quick follow-up to see if you received the answer you needed.

    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like♥.
    Visit my blog Practical Power Apps    LinkedIn   

     
  • WarrenBelz Profile Picture
    155,062 Most Valuable Professional on at
     A quick follow-up to see if you received the answer you needed.

    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like♥.
    Visit my blog Practical Power Apps    LinkedIn   

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 490

#2
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 381

Last 30 days Overall leaderboard