Forum Discussion
- MCFNeilQrew CaptainYou'll want to make a formula url field that structures the address to the equivalent as the google maps url.
Something similar to:https://www.google.com/maps/dir/"&; URLEncode([Store - Address: Street 1] &"+"& [Store - Address: City] &"+"& [Store - Address: State/Region] &"+"& [Store - Address: Postal Code])
- GerryDaneyQrew Cadetok, thanks for the quick reply - let me give that a try. Best!
- GerryDaneyQrew CadetGetting a syntax error -
>>>>>>>>>>>>>>>>>>
The argument list of the function https must begin with a left parenthesis.
https ://www.google.com/maps/dir/"&; URLEncode([Store - Address: Street 1] &"+"& [Store - Address: City] &"+"& [Store - Address: State/Region] &"+"& [Store - Address:
Postal Code])- MCFNeilQrew CaptainSorry, yeah any formulas just need to begin with a " and close with "
You'll need to swap out the fields [Store - Address: Street 1], etc. for your own fields too.