# Append Array

**Example:** Append Array(array: \[1, 2], item: 3) = \[1, 2, 3].

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] Array (array, any type) - array to be added to.
* \[Input] Item (same type as "Array") - element to be added.
* \[Output] Result (array, same type as "Array") - result of the operation.
