
I'm having trouble using a button to launch a link to a PDF document in SharePoint from a Power Apps button. I've done it several times before, but this one particular link is not working.
The OnSelect property of my button is:
Launch(https://**** link to my pdf document here*****)
The "https:" in the link is underlined and an error warning says "Name isn't valid. https is not recognized."
I can Ctrl+click the link in the Power Apps function bar, and it works, but clicking the button does nothing.
Any ideas would be appreciated. Thanks.
Hi @T_A_M ,
Try in quotes
Launch("https://**** link to my pdf document here*****")
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps