Hi I have created an app where I capture the current location when i push a button for capture location.
The code for getting the url "http://www.google.com/maps/place/" & CurrentLocation.Latitude & "," & CurrentLocation.Longitude"
The link below is then sent to Sharepoint with the correct longitude and latitude of course.
http://www.google.com/maps/place/Latitude,Longitude
Im using a Textlabel to show the link and then I send it to a sharepoint directory with a textcolumn using a flow.
But my issue is that the link is not clickable, does any one have any good idea how to solve it?