Hello Techie,
I have following requirement to implement via canvas App:
1. I need to fetch the pdf files (reside in FileNet system)
2. Once, it is fetched on click it should open in new tab/screen
Thanks.
The Power Apps PDF viewer control will only work with HTTPS server locations that don't require authentication. One workaround is to use Power Automate to actually retrieve the PDF and then display it in Power Apps. Here's a video that walks through the process.
Hi @Anonymous
I'm not too familiar with FileNet but if you can determine the unique URL for your PDF file (as shown in this link), you can open the PDF file in a new Window by calling the Launch like so....
Launch("http://P8_client_server_name/application_name:port/getContent?objectStoreName={84A4A727-37E2-4994-B060-8531FAF75612}&objectType=document&id={559946a8-2007-4096-AC67-773A8540AE6}")
https://stackoverflow.com/questions/24604434/file-upload-and-download-from-filenet
WarrenBelz
146,745
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional