Store Address Components to DB from Google Autocomplete

Hi, @James_Hereford

The property address_components is an array, so first you need to find the necessary object in the list. For example, to get an object with a postal_code type, try to add the following codeless blocks, with "formAddFacility" Data block instead Page Data

Then you can get long_name and short_name values from the returned result using a block Get Property of.

Regards,
Serhiy