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. |
Можна не тільки обирати шар на карті, а й обрати Вибрати шар аналізу внизу розкривного списку для огляду ваших ресурсів, які містяться у розміщеному векторному шарі.
The table, point, line, or polygon features to append to the input 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"]).