Hi:
I have a field in my Excel table that is a hyperlink. Are there any instructions on how to activate the hyperlink when I'm in the PowerApps application? Is this even allowed?
Solved! Go to Solution.
Hi,
I am also looking for help on this topic, and I've tried many things here but none have worked.
Perhaps it is my setup,
I have an excel table that holds a link, the full link.. http://google.com/blahblahblah .. and I am not sure why it's not working, the links were compiled from copying them from the address bar and putting into excel.
Launch(Concat(ComboBox1_1.SelectedItems, 'google address'))
Thanks for any help,
Lance
Thanks ! With EditMode it works fine!
@anees wrote:From investigation it looks like there are two broad categories:
1) Controls not inside a Form control using Launch.
2) Controls inside a Form control using Launch.
For #1
The most likely cause is the Internet Options > Security Settings/Zones. Please check to see that the site you are running your app in and the site you are trying to launch are not in different/more restricted security zones.
Here's a reference article on how to change security settings for IE: https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-...
For #2
When the Form control is in FormMode = View, it blocks the child control's behavior/actions (OnSelect = Launch in this case). A good workaround is to put the button outside the Form. Another one is to put your Form in Edit mode. We are discussing if we should change that behavior. In parallel we will work on updating documentation so developers are aware of this.
Thanks
Anees
This doesn't work. At least it doesn't seem to work from a button, icon or label in a custom card.
How can I change my form from View to Edit Mode? And could I only change the field?
I'm trying to do a url to an excel spreadsheet on a server. so I went to the server and copied the link
"P:\Press 1234 Settings SAMPLE.xlsx"
I then paste into a document that is url capable.
I think on select launch it.
Still doesn't work. Ideas?
i have field in my mysql database that is hyperlink. are there any instructions on how to activate the hyperlink when i'm in the powerapps application ? is this even allowed ?