In ArcGIS Dashboards, editing a record from the Table widget returns the error message, "Failed to calculate value" for fields with a calculation expression containing the FeatureSetByName function.
ArcGIS Dashboards
漏洞 ID 编号
BUG-000170098
已提交
August 20, 2024
上次修改时间
May 16, 2025
适用范围
ArcGIS Dashboards
找到的版本
June 2024
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The behavior is a known limitation where the Dashboard Data profile does not provide any profile variables such as $map, $feature, and others. The script must utilize the FeatureSetbyPortalID function instead, which will allow the use of the $feature profile variable. For more information, refer to https://developers.arcgis.com/arcade/profiles/dashboard-data/#profile-variables.
解决办法
Use Map Viewer to edit the records.
Use the FeatureSetByPortalItem function instead of the FeatureSetByName function.