laptop and a wrench

Bug

Having a GUID() function Arcade expression in an ArcGIS Field Maps form causes the 'In Progress' message to display indefinitely on iOS devices after hitting the submit button from a point collection.

Zuletzt veröffentlicht: January 6, 2023 ArcGIS Field Maps
Bug-ID-Nummer BUG-000153527
EingereichtNovember 5, 2022
Zuletzt geändertSeptember 26, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version22.3.1
BetriebssystemApple iOS
Betriebssystemversion15.x
StatusDuplicate

Zusätzliche Informationen

The expression is not correct. Each time the expression evaluates, a new global unique identifier (GUID) is returned, leading to an infinite loop. While the 'In Progress' indicator issue is not present on Android, the expression never evaluates to produce the expected results. Define a GUID initially and check if the field value contains a GUID. If it is empty, create and assign a GUID using the Guid() function. If not empty, return the current GUID field value. For example, to calculate a random GUID, use the following expression and replace FIELDNAME with the name of the field: var id = $feature.FieldName IIf(id==null, guid(), id)

Schritte zur Reproduzierung

Bug-ID: BUG-000153527

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