I have a SharePoint online list that I have used Power Apps to customize. I need to add a link to another form at the beginning of the form and a link to a document at the end of the form. I am relatively new to PowerApps, so please be kind!
Thank you in advance for any help.
That worked! Thank you so much!!
Links are created via the "Launch" function.
Add a label (or a button, or whatever), and in the OnSelect property, add:
Launch("https://www.bing.com")
Of course, you can use a variable or an expression to specify the URL, if you need something besides a hard-coded url.
edit: it won't appear as a link by default, so you'll need to format it as underlined, if desired. Also, when the user hovers over it, there mouse icon won't change appropriately, which is a known issue.
WarrenBelz
770
Most Valuable Professional
stampcoin
494
MS.Ragavendar
399