This tool appends data to an existing hosted feature layer. Append Data modifies the original input layer and does not generate a new output layer. You can match fields based on the field name and field type, or you can apply more advanced matching methods.
The following are examples:
The table, point, line, or polygon features to which the data will be appended.
Caution: |
The layer you append to will be modified during execution of the tool. Before proceeding, ensure that you want to modify this layer. | |
In addition to choosing a layer from your map, you can choose Choose Analysis Layer at the bottom of the drop-down list to browse to your contents for a hosted feature layer.
The table, point, line, or polygon features to append to the input layer.
In addition to choosing a layer from your map, you can choose Choose Analysis Layer at the bottom of the drop-down list to browse to your contents for a big data file share dataset or feature layer.
Identifies the features to be appended. This parameter is optional.
Specifies how the append layer fields are appended to the input layer. By default, all matching input and append fields will be appended. Fields are a match if they have the same field name and the same field type. Optionally, you can choose how fields are matched, or calculate Arcade expressions to populate field values.
For example, you have an input layer with field_number, field_string, date_field, unused_field fields, and an append layer with field_string, field_number, and MY_DATE_FIELD fields.
average($feature["value_1"] + $feature["value_2"] + $feature["value_3"]).