漏洞 ID 编号 |
BUG-000171620 |
已提交 | October 18, 2024 |
上次修改时间 | April 4, 2025 |
适用范围 | ArcGIS Online |
找到的版本 | June 2024 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
The fields referenced in the Arcade expression are not being returned in the outFields of the query when clicking a feature because of how they are referenced in the expression. Use the Expects() function to ensure all relevant fields needed for the pop-up expression are retrieved in the query's outFields.
解决办法
Add Expects($feature, '*') at the beginning of the expression.
重现步骤