laptop and a wrench

Erro

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 do Erro BUG-000181229
EnviadoNovember 25, 2025
Última ModificaçãoDecember 29, 2025
Aplica-se àArcGIS QuickCapture
Versão encontrada1.24
Sistema OperacionalApple iOS
Versão do Sistema Operacional26.0
StatusUnder Consideration

Solução Provisória

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

}

Etapas para Reproduzir

ID do Erro: BUG-000181229

Software:

  • ArcGIS QuickCapture

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download