Numéro d’ID de bogue |
BUG-000153527 |
Envoi | November 5, 2022 |
Dernière modification | September 26, 2025 |
S’applique à | ArcGIS Field Maps |
Version trouvée | 22.3.1 |
Système d’exploitation | Apple iOS |
Version du système d’exploitation | 15.x |
Statut | Duplicate
Le problème est le doublon d’un problème existant. Pour plus d’informations, reportez-vous à la section Informations supplémentaires correspondant au problème. Les clients concernés par le doublon du problème sont automatiquement associés au problème ouvert.
|
Informations supplémentaires
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)
Étapes pour reproduire
ID de bogue: BUG-000153527
Logiciel: