Hello -
I am using the pulldata function pulldata("@geopoint",${location},"reversegeocode.address.") to pull the reverse geocoded values of my geo location point. I need to extract just the address number, street name and street type/suffix into separate fields, but cannot find what the name of the property that stores it.
I have used pulldata("@geopoint", ${geo_location}, "reversegeocode.address.Address") and it provided with the correct full address, but I just need the address components separated into its own fields (address number, street name, street suffix).