Hi @Ramon3 ,
Power Automate flows is designed to run in the backend as workflows and as such, is not designed to open files on the front end. With that said, there are a few workarounds:
* Create a hyperlink or rich text field in your list which Power Automate can populate with the URL of the attachments when a list item is updated/modified. That way, you can click on the links directly to open the attachments.
* Customize your SharePoint list with PowerApps and utilise the Launch() function to open the PDF with the URL passed by a Power Automate flow.
* Use cloud flow to trigger an attended PAD flow. This can be done but would be extremely inefficient and slow.
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up