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 / downloaded pdf file sh...
Power Apps
Unanswered

downloaded pdf file showing title as "Power Apps" in browser tab

(0) ShareShare
ReportReport
Posted on by 8

Hello All,

 

I am creating a PDF for the container in the Power Apps form using the PDF function. I am able to create a PDF successfully, but when I open it in the browser, it shows "Power Apps" as title in the browser tab.

 

Code which I am using to generate PDF: 

 

 

UpdateContext({varFileName: "eDCF-" & 'Acc-DealerID-Hidden'.Text & ".pdf"});
Set(
 varTest,
 IsError(
 Office365Outlook.SendEmailV2(
 User().Email,
 "eDCF form PDF file - Dealer ID - " & 'Acc-DealerID-Hidden'.Text,
 "Hello, Please find eDCF PDF file attached for Dealer ID - " & 'Acc-DealerID-Hidden'.Text,
 {
 Attachments: Table(
 {
 Name: varFileName,
 ContentBytes: PDF(
 Container1,
 {ExpandContainers: true}
 )
 }
 )
 }
 )
 )
);
If(
 varTest,
 Navigate(
 'Error-Screen',
 ScreenTransition.Fade
 ),
 Navigate(
 'PDF-Success-Scr',
 ScreenTransition.Fade
 )
)

 

 

The issue which I am facing - 

 

HeyRam_0-1709544790183.png

 

Any suggestion would be appreciated.

Thank you!

Categories:
I have the same question (0)

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
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard