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 / Office365User multi se...
Power Apps
Unanswered

Office365User multi select combobox pass all selected items to sharepoint list when SubmitForm is clicked

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

We have a powerapp when I need to populated a sharepoint list column with a list of Attendees. Attendees are always someone in the company so I use a multi-select combobox utilizing the Office365Users.SearchUserV2. I am able to get it to work when only one person is selected but once I try multiple people selected it will only send over the last person selected. Any help with this would be greatly appreciated. 

 

Items code on the combobox iteself

kramer_0-1669650710004.png

But then on the Update of the Datacard itself it doesn't like the SelectedItems choice

kramer_1-1669650810610.png

 

Also the Sharepoint list columns is a Multiple Line Text

Categories:
I have the same question (0)
  • MVP-Phipps Profile Picture
    3,521 Super User 2024 Season 1 on at

    You need a forall and you need to pass the claims, something like this:

    ForAll(
    DataCardValue4.SelectedItems,
    {
    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
    Claims: "i:0#.f|membership|" & Lower(ThisRecord.Mail),
    Department: "",
    DisplayName: "",
    Email: "",
    JobTitle: "",
    Picture: ""
    }
    )

    Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful because this can help others.

    LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
    YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
    Twitter: https://twitter.com/phipps0218

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I put that in and update the necessary fields but it just tells me I have invalid arguments. Not sure what I am doing wrong here.

    kramer_0-1669652129410.png

     

  • MVP-Phipps Profile Picture
    3,521 Super User 2024 Season 1 on at

    It might not be ThisRecord.Mail for you, please check

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard