Attribute rules that add +1 to an ID field when new features are created add +2 when the feature is created from ArcGIS Field Maps (Android & iOS).
ArcGIS Field Maps
漏洞 ID 编号
BUG-000173262
已提交
December 23, 2024
上次修改时间
September 26, 2025
适用范围
ArcGIS Field Maps
找到的版本
24.3
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is working as expected when working with immediate calculation attribute rules with Field Maps. In this particular case, the calculation is being run local to Field Maps first and then again after getting submitted to the server, hence why the value increments by 2's. Please refer to the workarounds for recommendations to avoid this behavior from happening.
解决办法
Enable `Exclude from Application Evaluation` in ArcGIS Pro. This will prevent the expression from running locally in Field Maps and then again after submitting to the server.
Modify the Arcade expression for the attribute rule to ONLY calculate a new value when the current field value is null. If non-null, don't calculate another value.