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 / Remove users from mult...
Power Apps
Answered

Remove users from multiselect people picker field in Edit Form

(0) ShareShare
ReportReport
Posted on by 89

Hello,

 

In Update Property of multiselect people picker field I'm merging two join user collection join but how i can remove the collection of users from combobox of multiselect people picker field.

The formula of merging two user join in Update Property is like below

Ungroup(
 Table(
 {Items: CollParticipantCurrUser},
 {Items: CollParticipantAddUser
 }
 ),
 "Items"
)

 

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @REENASH :

    Do you want to remove users selected by combo box from this table?

    Ungroup(
     Table(
     {Items: CollParticipantCurrUser},
     {Items: CollParticipantAddUser
     }
     ),
     "Items"
    )

    If so ,I assume there is an 'Email' column in 'CollParticipantCurrUser' and CollParticipantAddUser.

    You could try:

    Filter(
     Ungroup(
     Table(
     {Items: CollParticipantCurrUser},
     {Items: CollParticipantAddUser
     }
     ),
     "Items"
     ),
     !(Email in TheComboBox.SelectedItems.Email)
    )
    

     Best Regards,

    Bof

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard