laptop and a wrench

不具合

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
不具合 ID 番号 BUG-000157529
送信されましたApril 14, 2023
最終更新日October 8, 2025
適用対象ArcGIS Field Maps
見つかったバージョン22.4.2
オペレーティング システムAndroid
オペレーティング システムのバージョン12.x
ステータスWill Not Be Addressed

参考情報

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.

対処法

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

再現の手順

不具合 ID: BUG-000157529

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動