I've set up the API to Google Maps / Directions and successfully returned an encoded poly line:
JSON_Name: routes.0.overview_polyline.points
JSON_ValueString: ewzhErgmmQaA@BeF@}BbBFhLA\??QAiDDcRB}RBiK?qAR?xVf@@cE@mF|C@GlT
The macro to decode the string was posted here some time ago (Parse Encoded Google Polyline) however upon running it, it's returning coordinates off the east coast of South America when they should be in Plano, TX. The polyline build in Alyerx actually looks correct, it's just in the wrong location. I've checked the other returned JSON values and Google is returning correct addresses and route information.
The workflow is following the steps to encode coordinates in reverse order from the documentation provided by Google here: Encoded Polyline Algorithm Format
Please help me in fixing / updating the workflow to correctly return Lat / Lon for route information!