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.