laptop and a wrench

Bug

The ArcGIS Field Maps link pulls in the '{}' brackets around the global ID for a $feature.GlobalID parameter, which causes errors on the mobile app.

ArcGIS Field Maps
Bug-ID-Nummer BUG-000157529
EingereichtApril 14, 2023
Zuletzt geändertOctober 8, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version22.4.2
BetriebssystemAndroid
Betriebssystemversion12.x
StatusWill Not Be Addressed

Zusätzliche Informationen

This is a known limitation when working with Arcade and global IDs within pop-ups in ArcGIS Field Maps. The StandardizeGuid Arcade function is introduced to provide more options when working with global IDs in this manner, and can be used to return the GlobalID field in different formats, including with or without the brackets. The StandardizeGuid function is supported in ArcGIS Online Map Viewer and is to be supported in a future ArcGIS Field Maps release. As there is a workaround and the upcoming support of the StandardizeGuid function in ArcGIS Field Maps, this issue is not to be addressed further.

Workaround

Use Replace() to remove the brackets, and the URL launches to add a new related record from within ArcGIS Field Maps.

Refer to the following example: var gid = Replace(Replace($feature.GlobalID, '{', '', True), '}', '', True);

Schritte zur Reproduzierung

Bug-ID: BUG-000157529

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