HOW TO
In ArcGIS Pro, the Field Calculator is used to concatenate fields in a table. When working in a continuous data collection project, a feature class and its attribute table are constantly updated with new features and attributes, or there may be changes made to the existing feature attributes in the attribute table. The attribute rules allow users to auto-populate these feature attributes in the concatenating fields without using the Calculate Field tool.
In this article, a new field called 'FullADRS' uses an attribute rule to auto-populate the concatenated attributes each time a new feature is added to or updated in the 'Street' and 'City' fields.
Note: The dataset requires Global IDs to add an attribute rule.
var <variable_name1> = <field_name1>; var <variable_name2> = <field_name2> return Concatenate([<variable_name1>, <variable_name2>], ' ');
The attribute table below displays an attribute rule that auto-populates the concatenated field when the feature information is updated.
Article ID: 000028525
Get help from ArcGIS experts
Download the Esri Support App