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 a screen by email...
Power Apps
Answered

Send a screen by email using name on text field

(0) ShareShare
ReportReport
Posted on by 42

Hi all, I'm pretty new with power apps.

I'm trying to create a simple app to send a missed punch request to a supervisor. You can check the main screen below:

anahalves_0-1695244504072.png

 

The idea is by clicking on "Submit Missed Punch" button, the pdf of this screen is sent to the email of the supervisor selected.

The supervisor field in the app is currently a Searchable Combo Box.

 

Any help is appreciated. 

Thanks,

Ana

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @anahalves,

    Try the following formula:

    With(
     {wPDF: PDF(myscreen)},
     Office365Outlook.SendEmailV2(
     ComboBox.Selected.Email,
     "Subject",
    	 "Body of Email",
     {
     Attachments: 
     {
     Name: "ScreenPDF.pdf",
     ContentBytes: wPDF
     }
     }
     )
    );
  • anahalves Profile Picture
    42 on at

    It worked. Thanks!

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard