Hello,
hope you are doing well!
We are eager to integrate the "map view" feature using the addresses we collect from our applicants, which are included in the "description" field.
However, we're encountering challenges in automating the transfer of address data into the Location tab via Zapier, since this information is sourced from a Typeform address field.
Could you kindly assist us in establishing a method to automatically update the "location" tab with the existing address details from the description?
I don't know the address format that typeform uses but to be able to put it into a Trello card as a location, you will require the coordinates...
There are some tools that will handle the geocoding to take an address to coordinates, the most famous (and insanely expensive) is Google Maps API, I ended up using Here Location API
From the Trello side,
The URL for the HTTP Put is:
https://api.trello.com/1/cards/{cardidlong}?key=apikey&token=token
Payload is:
{"coordinate": "latitude,longitude"}
I hope this helps
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.