Bogue
| Numéro d’ID de bogue | BUG-000181229 |
|---|---|
| Envoi | November 25, 2025 |
| Dernière modification | December 29, 2025 |
| S’applique à | ArcGIS QuickCapture |
| Version trouvée | 1.24 |
| Système d’exploitation | Apple iOS |
| Version du système d’exploitation | 26.0 |
| Statut | Under Consideration |
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"];
}
ID de bogue: BUG-000181229
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support