I have a PowerApp and I am simply trying to display a PDF across from a form containing the data parsed from that PDF using a custom AI model which I have built. I have the PDF name and everything.
In the "Document" property, I tried this:
"https://xxxxxx.sharepoint.com/sites/POCApprovalWorkflow/StoredInvoices/" & InvoiceNameValue
I get the common "Couldnt open PDF file"
To debug further, I hard coded in the URL to one specific PDF and still get the same issue:
"https://xxxxxx.sharepoint.com/sites/POCApprovalWorkflow/StoredInvoices/img-608115638-0001.pdf"
I am using https which I have seen is required but I did see somewhere there is an extra step is they are stored in SharePoint, can someone help explain this?
-Greg