Esri ArcGIS Enterprise UK Data Loader - Get Street field value
- What is it? This calculation will retrieve the value of the specified field for the street identified by the supplied USRN.
Setup
The formula requires Esri ArcGIS Enterprise UK Data Loader integration to be configured. This can be done under Settings > Integrations > Esri ArcGIS Enterprise UK Data Loader.
Inputs
This formula requires 2 inputs to be passed through to it:
Field | Description |
---|---|
USRN | the USRN of the street to look up |
Field Name | the name of the field on the street record to return a value for |
Return values
Value | Description |
---|---|
string | The value of the field for the street |
false | If the street or field is not found, or there is an error fetching the results |
Formula Logic
-
A check is made to see if the integration has been enabled in the Settings > Integrations page. If the integration is not enabled the logic returns 'false'.
-
The street is fetched from Esri using the supplied USRN value.
-
The value of the specified Field Name is returned for the street identified by USRN.
If the street or the Field Name field is not found, 'false' will be returned.