I am using make.com to pull all items on a board inside of monday.com and i want to return the postal code to the postal code field from the google map bundle. For some reason google module is not getting the zip code is there something im missing or a way to get the google module to pull the zip code also!? the part the says postal code suffex just enters those words in the column, Too me it looks like google does not include this data in the module? anyone can help me out i would greatly appreciate it
*UPDATE AFTER switching to lat and long data instead of using the address i was able to generate the zip code inside of a bundle but the data does not appear inside of the input value when trying to map the output
Hi @N_lopez,
You can retrieve items within the Address Components array by using map() and get() functions.
For Postal Code, you’ll need to first map the address components using long_name as the key to retrieve, using value as the key for filtering, and postal_code as the possible value for filtering.
The result will leave you hopefully with an array of 1 result, which you can use the first() function to retrieve. Here is how that looks:
Where you see Address Components array in red, you’ll need to map in the same object from your Google Maps module.
4 Likes
Worked! you sir are a saint and i thank you! looks like i got more to learn about formatting the array components !
3 Likes
Welcome to the Make community!
1. If you have a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
- others can save time when catching up with the latest activity here, and
- allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Join the unofficial Make Discord server to chat with other makers!
2 Likes