laptop and a wrench

Bug

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
Bug-ID-Nummer BUG-000156531
EingereichtMarch 13, 2023
Zuletzt geändertSeptember 26, 2025
Gilt fürArcGIS Field Maps
Gefunden in VersionFebruary 2023
BetriebssystemApple iOS
Betriebssystemversion16.x
StatusAs Designed

Zusätzliche Informationen

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; }

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000156531

Software:

  • ArcGIS Field Maps

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln