laptop and a wrench

Bogue

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

ArcGIS QuickCapture
Numéro d’ID de bogue BUG-000181229
EnvoiNovember 25, 2025
Dernière modificationDecember 29, 2025
S’applique àArcGIS QuickCapture
Version trouvée1.24
Système d’exploitationApple iOS
Version du système d’exploitation26.0
StatutUnder Consideration

Solution de contournement

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"];

}

Étapes pour reproduire

ID de bogue: BUG-000181229

Logiciel:

  • ArcGIS QuickCapture

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement