Hi there,
I am attempting to add a delete button to each of my gallery entries to delete each individually if I wish to do so.
Does anyone know how I can code this?
Also, from the picture I would like the buttons in the gallery to be visible on select of an icon outside the gallery.
e.g. trash icon outside gallery selected makes trash icon for deleting inside gallery visible
Can anyone help?
thanks
On the Delete put this formula on OnSelelect:
Remove(Datasource,LookUp(Datasource,ID=ThisItem.ID))
On making the icon visible put this formula on the icon outside the Gallery
Set(HideIcon,true)
Onvisible of the Screen, put:
Set(HideIcon,false)
Then select the Icon Inside the Gallery and put on the Visible:
HideIcon
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1