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 331
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