Hi,
I have a SQL server table, where I store images with their respective names.
In my Power App, I have an Attachments control, and a Gallery displaying the name of each attachment:
In the Attachments "OnRemoveFile" control, I want to delete the record in the SQL Server table.
- So if I remove img_1.jpg from the attachments box, the record with the name "img_1.jpg" in the image_name column will be deleted in the database table.
How to achieve this?

Report
All responses (
Answers (