My app currently deletes all attachments from a SharePoint list row. I need to be able to just delete the selected attachment. The code I'm using currently is:
Remove([@AssessmentList], GalleryAttachmentList.Selected)
which deletes all the attachments
Any help will be appreciated.