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

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Send Attachment in Email

(0) ShareShare
ReportReport
Posted on by 16
Hi I have a powerapps form that form is approved by 4 approvers one by one. Each approver will add an attachment i want to send an email to user with an attachment of added by the final approver. The final approver attachment need to be send in email to user . How to achive this in powerapps and Powerautomate using both.
I have the same question (0)
  • scalca Profile Picture
    243 Moderator on at
    Send Attachment in Email
    so you have a form,
    what's the datasource of the form, is it SharePoint ? 
    What you can do is to upload files into Attachments of the item
    And then use Power Automate to grab that Attachment by some identifier and then send it via E-Mail action to a user.
  • Verified answer
    WarrenBelz Profile Picture
    152,816 Most Valuable Professional on at
    Send Attachment in Email
    If you want to send an email attaching the last attachment, you can do this
    Office365Outlook.SendEmailV2(
       YourToEmail,
       "Subject here",
       "Body here",
       {
          Attachments: 
          {
             Name: Last(AttachControlName.Attachments).Name,
             ContentBytes: Last(AttachControlName.Attachments).Value
          }
       }
    )
     
    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
  • WarrenBelz Profile Picture
    152,816 Most Valuable Professional on at
    Send Attachment in Email
     
    A quick follow-up to see if you received the answer you were looking for or if you need further assistance.

    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    LinkedIn   

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

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 819 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 308 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 222 Super User 2025 Season 2

Last 30 days Overall leaderboard