
Announcements
I've built a contact manager from an Excel spreadsheet hosted on OneDrive for Business. I had PowerApps build the app automatically and customized it from there. I've gotten everything to work as needed but one thing. Where I have a Web Site address, I can't seem to make that into a launchable Hyperlink.
In the spreadsheet, there is a colum for Web Site. The data in that column is simply a URL, ie. http://www.google.com. In the App, it created a Data Card for that field with two Labels, DataCardValue38 and DataCardKey38. DataCardKey38 is the label saying "Web Page" and DataCardValue38 is the text that shows... example http://www.google.com - It's simply static text and not a Hyperlink and its not selectable. For the DataCardValue38, I did add OnSelect = Launch (Web_x0020_Page). When I run the program, it is still simple non-selectable text.
Any help would be greatly appreciated!
Thanks.
Hi,
Just going through and clearing up older posts,
This is much easier to do now due to the Self function in case anyone is reading this after searching for a similar issue.
OnSelect:
Launch(Self.Text)
Cheers,
Sancho