Hello everyone,
I'm reaching out for your assistance today.
I've developed an app in Power Apps that's linked to a SharePoint list. Within my app, there's a gallery displaying all the items from that SharePoint list.
When I select a specific item in the gallery and press the right button, it navigates me to my user form in Edit mode within Power Apps. This form is also connected to the item I selected.
My challenge lies in deleting the selected item through the Remove method while I'm viewing the item (inside the user form). I'm uncertain about which property to use to identify the current item.
Although I'm aware of the option to place a delete icon directly in the gallery and use the Remove function like so: Remove(SharePointList, ThisItem), I'm looking for a solution that allows me to delete the item from within the user form while in Edit mode.
Any guidance or direction would be greatly appreciated.
I need help to complete this function or use another method.
Hi @FarmaVIP ,
Try the following code to complete your action
Remove('Instituições de Solidariedade'; Galleria_Utentes_Instituições.Selected)
After this, you might wanna go to previous screen cuz you may see blank screen.
Hope this helps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2