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 / Send Attachment in Email
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.
Categories:
I have the same question (0)
  • scalca Profile Picture
    252 Moderator on at
    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
    154,445 Most Valuable Professional on at
    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
    154,445 Most Valuable Professional on at
     
    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard