Hi - I know there are a lot of hyperlink posts, but I'm new to Power Apps, and so far none answer my question.
It's simple: my app is pulling in a unique weblink for each record, and I want the user to be able to click on a button and have that link launch in a browser. I figured out how to launch phone calls and emails, but the weblink is confounding me!
I'm following in the footsteps of phone calls and emails by using:
Launch(BrowseGallery1.Selected.'{Website_x0020_Bio}')
Launch("URL://" &BrowseGallery1.Selected.Website_x0020_Bio)
and variations thereof, but I keep getting the "Name isn't valid, Idenfitier isn't recognized' error. Where am I going wrong?
Not sure the screenshot helps, but there it is.
thanks!