I have a document library in a PowerApp, with two galleries so users can navigate into folders.
In Gallery 2, users have the option to delete a folder by clicking on an X icon. From here, a flow is triggered, which actually renames the folder to an 'Available Slot', rather than removing it.
Before the flow is triggered, i would like to add in an 'Are you sure you want to delete your item?' option. So when the user clicks, Yes, the flow will be triggered and the folder name will be reset.
I think the issue i am having is creating a connection between the yes button and the gallery item which has been selected.
Hope that makes some sense.
Thanks in advance.