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 / Delete Username from S...
Power Apps
Answered

Delete Username from SharePoint Multiuser Field

(0) ShareShare
ReportReport
Posted on by 11

I have a SharePoint list with 2 columns
Data source : MPPDB

Column name 1: Line
Format: Text

Column name : SchichtPrim1
Format: MultiUser

I now need a command that deletes the exact user that I select from a gallery (gall_PGTeam.Selected.Name.DisplayName) from the MultiUser column SchichtPrim1.

I Try this:

UpdateIf( MPPDB, Linie = "4711",
{SchichtPrim1: Remove(gall_PGTeam.Selected.Name.DisplayName, SchichtPrim1)} )

It doesn't work like that. I am very happy about every approach.






Categories:
  • Verified answer
    VaidasG Profile Picture
    469 on at

    Hi @vegasfire,

     

    Try this:

    Patch(MPPDB, Linie = "4711", {SchichtPrim1: Filter(gall_PGTeam.Selected, Not(ThisItem.Email in Email))})
     
    The logic here is to Patch the record with the selfs User column values, excluding the item you want to remove.
     
    Regards
    VaidasG

    -------------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
  • vegasfire Profile Picture
    11 on at

    Hi VaidasG,
    I was able to solve the requirement using your example. Thank you very much.

     



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 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard