Skip to main content

Notifications

Power Apps - Power Apps Experimental Features
Suggested answer

Save Power App Screens

(0) ShareShare
ReportReport
Posted on by
Hi everyone, I'm new to Power Apps and need help saving my app screens in PDF format and storing them in OneDrive or SharePoint at the push of a button. I have tried to look for information, but I have not found a clear guide. Could you explain to me step by step how to do it? I appreciate any advice or examples you can provide. Thank you!"
  • Suggested answer
    mmbr1606 Profile Picture
    mmbr1606 10,450 on at
    Save Power App Screens
    hey
     
     
     
    maybe this video helps solving your problem:
     
     
     
    if it did please mark as verified answer,
     
     
    cheers
  • Suggested answer
    RyanAutomates Profile Picture
    RyanAutomates 70 on at
    Save Power App Screens
    Hi there,
     
    Assuming you want to automate this, you can set a variable to be contain your PDF by using the Set() and PDF() functions, and then either send it via email or use a flow to save it into SharePoint or OneDrive.
     
    Add in a button then customise it how you like. To the "OnSelect" property of the button, you can add the following code, but replace the names with the names you want to use in the format:
     
    Set(variable, PDF(screen))
     
    e.g.:
     
    Set(myPDFImage, PDF(myScreenName))
    You can also call the flow to save to SharePoint or OneDrive in this property, or send it in an email. I won't go into detail here as this video here by Power Apps Academy is great for explaining it all (you can replace the container with a screen https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/how-to/pdf-function):
     
    Hope this helps! :)

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard

Featured topics