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 / Prevent specific named...
Power Apps
Answered

Prevent specific named attachment from being deleted.

(0) ShareShare
ReportReport
Posted on by 26

I have a PenInput1 that is for signing approval.  When the user selects the Accept button, onsubmit adds the signature image to the sharepoint list Attachments with a specific name "ManagerSignature.jpg", and a variable fills in the value of the SignOffComplete field to "Approved".

 

How do I prevent the "ManagerSignature.jpg" file from being deleting in the Add/Delete pictures screen?   I want the user to be able to add/delete all other types of files and images in Attachments, just not "ManagerSignature.jpg"?

 

Thank you

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,489 Most Valuable Professional on at

    Hi @DB300 ,

    Put this on the OnRemoveFile of the attachment control

    If(
     CountRows(
     Filter(
     ThisItem.Attachments,
     DisplayName = "ManagerSignature.jpg"
     )
     ) > 0 && 
     CountRows(
     Filter(
     Self.Attachments,
     Name = "ManagerSignature.jpg"
     )
     ) = 0,
     Notify(
     "You cannot remove this file",
     Error
     );
     Reset(Self)
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

     

     

     

  • DB300 Profile Picture
    26 on at

    Thank you so much!   

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 414

#2
Valantis Profile Picture

Valantis 408

#3
timl Profile Picture

timl 339 Super User 2026 Season 1

Last 30 days Overall leaderboard