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 / Trigger email with att...
Power Apps
Unanswered

Trigger email with attachment to approver when user select item in gallery

(0) ShareShare
ReportReport
Posted on by 2,249

 

Below is  gallery where i am displaying items from my document library so when user click download icon it should trigger email with attachment to the approver and approver is "myemail@abc.com"

Veblitz_0-1672845086775.png

Veblitz_1-1672845104518.png

 

Categories:
I have the same question (0)
  • JasonLane Profile Picture
    261 on at

    Hi @Veblitz do you get any errors at all? Or are you wanting code to put into the download image?

  • Veblitz Profile Picture
    2,249 on at

    I'm not sure how to send email from powerapps on thisitem for button click as mentioned above

  • JasonLane Profile Picture
    261 on at

    @Veblitz the best way is to use the Office365 connector and then something like this: In OnSelect Property:

     

    ClearCollect(
     AttachCollect,
     AddColumns(
     RenameColumns(
     Testundotnet.doc.Attachments,
     "Value",
     "ContentBytes"
     ),
     "@odata.type",
     ""
     )
    );
    Office365Outlook.SendEmailV2(
     "Who You need to send to, 
     {Attachments: AttachCollect}
    )

     

    You can Create Textfields for Subject and Email body if you need and then add these below who you are sending to.

     

    Hope this Helps

     

    If this is a valid solution for you or helps please accept this.

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard