I have a sharepoint list : with column groupName, members
Members is a multi select Person column field
| id | groupName | members |
| 1 | Abc | Hellen Samuel Tigray Alemey Adey Lemlem
|
| 2 | xyz | Ashenda Tigray Mekelle Axum Martin Mike Smith John |
Now I want to display the list in gallery but the data in member should be separated in row so that I can add a delete button to delete a single item from members
| ID | GroupName | Members |
| abc | Hellen Samuel | |
| abc | Tigray Alemey | |
| abc | Adey Lemlem |
So now I will add delete button on the gallery
Remove(mysharepointlist, ThisItem)
but should only delete a single item from the Members colulmn, let say to delete " Hellen Samuel" only
your help is appreciated

Report
All responses (
Answers (