
Announcements
Hi all,
I am using Power Automate to return a PDF's content from a SharePoint Document Library and display it in a PDF Viewer in Power Apps. This flow runs great. It grabs the pdf content from the selected PDF in the Power App and returns it to the PDF viewer, which requires a URL. It then uses that URL to display the PDF in PowerApps. So far so good.
However, there are times when I need that URL to contain a PDF with an Adobe section link, like this (string after the '#'):
Whenever I pass a URL with the '#' through my workflow, however, it returns an error, even though the URL returns the document correctly in the browser:
Can anyone explain why this is and how to get around it? Being able to link directly to the section links is a desired feature within the app
Thanks,
Unfortunately that's not possible in SharePoint. Although the Url+#section_name works in web browser doesn't mean SharePoint is able to "understand" that.
You can try 3rd party solutions like Encodian one: Get PDF Text Layer – Encodian Customer Help
Hope it helps!
Ferran