I'm using the @pull data code see below to return the address including the UPRN field however I just want the UPRN field. What do I need to change to the code below to do that?
pulldata("@geopoint",${SchoolTransport_point},"reversegeocode","LocatorURL","featureTypes=" + "UPRN") |
Hi @AndrewReynoldsDevon,
You should be able to extract individual properties from the JSON object by changing "reversegeocode" to something like "reversegeocode.address.UPRN".
-Barbara