I have a Power Apps in which I am creating, saving, and retrieving PDF documents.
Everything is working except the retrieved view of the PDF file. All I get is a black
box with an https error message. In the library the PDF file opens fine.
What am I missing?
My SharePoint Library where the PDF file is saved -
In my Power Apps Gallery is an icon that is used as a button to retrieve and view
the PDF file -
The formula in the Gallery icon / button above, that retrieves the pdf file, is -
Set(varWeeklyReportViewerVisible,true);
Set(varWeeklyReport, LookUp('WR_Weekly _Report_Library',
Property_Location = Title2_4.Text))
What I see in the PDF View when the file is returned to Power Apps.