Hi,
Canadian postal code format is A1B 2C3. As survey 123 geocoding reverse result, we only got the first 3 characters as "reversegeocode.address.Postal". While we get the last 3 characters from "reversegeocode.address.PostalExt".
So I merged these two into one as:
pulldata("@geopoint",${location},"reversegeocode.address.Postal") + pulldata("@geopoint",${location},"reversegeocode.address.PostalExt")
It works in Survey 123 connect:

But it doesn't works in web browser.

If I only have postal code, it works but only show the first 3 characters.
Any clue? Thanks!
Fan