laptop and a wrench

Error

ArcGIS Field Maps on iOS hangs when submitting a feature with a field containing a calculated expression to return a GUID value.

ArcGIS Field Maps
Número de ID del error BUG-000156531
EnviadoMarch 13, 2023
Última modificaciónSeptember 26, 2025
Relacionado conArcGIS Field Maps
Versión encontradaFebruary 2023
Sistema operativoApple iOS
Versión de sistema operativo16.x
EstadoAs Designed

Información adicional

The expressions are always run prior to the form loading and again on submit. In each execution, the expression returns a different GUID each time thus it ends up in an infinite loop. Use an expression similar to this: if (IsEmpty($feature.ASSET_ID)){ return guid(); } else { return $feature.ASSET_ID; }

Solución alternativa

Use the following expression: if (IsEmpty($feature.ASSET_ID)){ return guid(); } else { return $feature.ASSET_ID; }

Pasos para reproducir

ID del error: BUG-000156531

Software:

  • ArcGIS Field Maps

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