Erro
| Número de ID do Erro | BUG-000181229 |
|---|---|
| Enviado | November 25, 2025 |
| Última Modificação | December 29, 2025 |
| Aplica-se à | ArcGIS QuickCapture |
| Versão encontrada | 1.24 |
| Sistema Operacional | Apple iOS |
| Versão do Sistema Operacional | 26.0 |
| Status | 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 do Erro: BUG-000181229
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri