laptop and a wrench

Error

In ArcGIS QuickCapture 1.24.3, the documented Field Calculation Arcade expression using HasValue() fails to return expected results.

ArcGIS QuickCapture
Número de ID del error BUG-000181229
EnviadoNovember 25, 2025
Última modificaciónDecember 29, 2025
Relacionado conArcGIS QuickCapture
Versión encontrada1.24
Sistema operativoApple iOS
Versión de sistema operativo26.0
EstadoUnder Consideration

Solución alternativa

Use the IsEmpty() Arcade function instead. Refer to the following code below:

// Create a feature set using the 'Regions' layer in the map

var regions = FeatureSetByName($map, 'Regions', ['name']);

// Intersect the current location with the regions and

// get the first region

var region = First(Intersects($feature, regions));

//IsEmpty function workaround

if (IsEmpty(region)) {

return "EMPTY";

} else {

return region["name"];

}

Pasos para reproducir

ID del error: BUG-000181229

Software:

  • ArcGIS QuickCapture

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga