Hello everyone,
I hope all is well,
My problem:
I am trying to display the content of a link (which could be an excel, word, or any file) in a PDF Viewer control in power apps.
I'm fetching this link from Azure Blob.
The link format:
What I used:
I used the formula below to substitute the extension at the end of the link.
If( EndsWith(Employee_attachements_gallery_1_ED.Selected.'File URL', ".pdf"),
Employee_attachements_gallery_1_ED.Selected.'File URL',
Substitute( Employee_attachements_gallery_1_ED.Selected.'File URL',
".docx",
".pdf"
)
)
Any help would be highly appreciated,
Thanks in advance 😁.

Report
All responses (
Answers (