laptop and a wrench

Bug

The third concatenating field attribute rule does not apply when selecting and editing multiple features simultaneously.

ArcGIS Pro
Bug ID Number BUG-000175170
SubmittedMarch 19, 2025
Last ModifiedJune 17, 2025
Applies toArcGIS Pro
Version found3.4.3
Operating SystemWindows OS
Operating System Version11.0 64 bit
StatusAs Designed

Additional Information

The field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding the field to the triggering fields list resolves the issue.

Workaround

Add additional concatenating attribute rules as shown below:

 

var FullAddNum = $feature.FullAddNum; 

var FullStNm = $feature.FullStNm

return Concatenate([FullAddNum, FullStNm], ' ');

st_name, the field being edited is not in the rule's list of triggering fields, so the rule never triggers. Adding st_name to the triggering fields list resolves the issue.

Steps to Reproduce

Bug ID: BUG-000175170

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options