Pop-ups set with the Arcade element content type display global IDs in Map Viewer but do not display in ArcGIS Field Maps on iOS.
ArcGIS Field Maps
漏洞 ID 编号
BUG-000161575
已提交
September 21, 2023
上次修改时间
September 26, 2025
适用范围
ArcGIS Field Maps
找到的版本
23.2.3
操作系统
Apple iOS
操作系统版本
14.0x
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation when working with global IDs in the Arcade elements. The StandardizeGuid Arcade function has been introduced to provide more options when working with global IDs and can be used to return the GlobalID field in different formats.
The function is currently supported in ArcGIS Online Map Viewer and is to be supported in the coming ArcGIS Field Maps release in summer 2025. Given the viable workarounds already in place noted in this bug and the coming support of the StandardizeGuid function, this issue is not to be explored further.
解决办法
Add the Arcade script as an attribute expression in a text block rather than an Arcade element.
Create a new String field and copy the global IDs to it using the Calculate Field tool. Refer to this field in the Arcade element.