I'm hoping to enable the end user to be able to delete a specific attachment from within a sharepoint list by way of my power app.
I have two galleries:
PriceProposalGallery: Item: NewProj (sharepoint list)
AttachmentsGallery (sub gallery to PriceProposalGallery): Item: ThisItem.Attachments
I'm trying to use add a trash can icon that's OnSelect would delete/ remove an attachment, this is where I am but nothing seems to be working:
Remove(NewProj, ThisItem.Id)
Error: ThisItem = This formula uses scope, which is not presently supported for evaluation