web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Delete record in SQL s...
Power Apps
Unanswered

Delete record in SQL server table when same item is deleted in Attachments control

(0) ShareShare
ReportReport
Posted on by 28

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:

msuser48_0-1661021115282.png

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?

 

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @msuser48

    Could you please tell me if you want to delete a record including the attachment or just delete the whole record?

     

    If you want to delete the whole record, you just need to use the Remove():

    Remove(
     '[dbo].[YourSQLTable]',
     LookUp('[dbo].[YourSQLTable]', PrimaryColumn = ThisItem.PrimaryColumn) /* <-- Find the reocrd you want to update */
    )

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard