Hi,
Because of a CORS error (I think), I am not able to view a pdf document using the PDF Doc Viewer in PowerApps.
I have tried to create a PowerAutomate flow, according to SP Guides and Michael Devaney, but this does not work. Any assistance would be appreciated.
The flow is as follows.
In PowerApps, the On Select Properties of the gallery are
Set(varDocumentCurrent, GetDataURI.Run(galDocViewer.Selected.Identifier).result)
I also tried - Set(varDocumentCurrent, GetDataURI.Run(galDocViewer.Selected.Name).result)
I also tried to 'Get File Properties' but this does not work either.
Document in the PowerApps viewer is set to varDocumentCurrent.
Does anyone have any idea on how to view a PDF document in PowerApps?
Regards
Rene Voller