Skip to main content

Notifications

Power Apps Pro Dev & ISV
Unanswered

PowerApps Button to Delete Attachment from Sharepoint using a Flow

Posted on by 59
Hi Team
 
I have a PowerApp made which collects data through forms.  I want the users to be able to upload documents to Sharepoint when completing this form.
I have the upload section working via a button inside the Attachment DataCard, and a PowerAutomate flow.
 
OnSelect for Upload Button:
ForAll(
    attach.Attachments,
   Uploadfiletosharepoint.Run(
        {
            file: {
                name: ThisRecord.Name,
                contentBytes: ThisRecord.Value
            }
        }
    )
)
 
I have also made a flow in PowerApps for the deleting of the sharepoint file, inside a Gallery, inside the Attachment DataCard.  However, i am having trouple with getting the OnSelect for Delete Button, working correctly.
 
 
This is the Delete Attachment PowerAutomate within PowerApps:
Not sure if i'm missing anything here.
  • WarrenBelz Profile Picture
    WarrenBelz 142,008 on at
    PowerApps Button to Delete Attachment from Sharepoint using a Flow
    Hi KristyH 
    I think you need this action
     
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

     

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

September 2024 Newsletter…

September 2024 Community Newsletter…

Community Update Sept 16…

Power Platform Community Update…

Tuesday Tip #2 Global Search…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 142,008

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,531

Leaderboard