In my Workflow email I'm sending LatLong coor...

In my Workflow email I’m sending LatLong coordinates as follow: GPS Location: <>

Instead I’d like the email to contain a hyperlink to the location in Google Maps. A hyperlink with the following formula will get me to coordinates, but how can this be modified to grab the the GPS Location from AppSheet and create a hyperlink? http://maps.google.com/?ie=UTF8&hq=&ll=35.028028,-106.536655&z=13

Thanks Bob

0 2 326
2 REPLIES 2

tony1
New Member

@Bob_Haizmann I’d make a virtual column with a formula like this:

http://maps.google.com/?ie=UTF8&hq=&ll=” & [Your Latlong Column] & “&z=13”

Thanks Tony. With a tweak to the URL this works perfectly.

Top Labels in this Space