> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2.0/toolbox/array/pop-array-element.md).

# Pop Array Element

## Overview

![The Pop Array Element Node.](/files/-MIxaTjU_zG7twzi16PD)

**Pop Array Element** removes element/s from an **Array** supplied to the **Node**. The element/s can be removed from either the *front* or *back* of the **Array**.

## Attributes

### Outputs

#### Outputs

The number of **Output** **Elements** you wish to add to the **Attribute** section. The **Elements** added will be removed from the **Input** **Array**. Each **Element** has the following format:

| Attribute   | Type          | Description                                                       |
| ----------- | ------------- | ----------------------------------------------------------------- |
| `Data Type` | **Drop-down** | The `Data Type` of the element you wish to remove from **Array**. |

### Mode

The `Mode` is a *toggle* what determines if an element will be removed from the *front* or *back* of the **Array**.

| Attribute | Type     | Description                                                                                                                                                     |
| --------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Pop end` | **Bool** | If the *toggle* is switched on, the desired element is removed from the *back* of the **Array** otherwise it will be removed from the *front* of the **Array**. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Array`           | **Array** | The **Array** whose element you wish to remove.                       |

## Outputs

| Output             | Type                                          | Description                                                                                                                            |
| ------------------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                                     | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Array`            | **Array**                                     | The resulting **Array** after the desired element/s are removed.                                                                       |
| `Value`            | *Defined in the* `Data Type` ***Attribute***. | The element removed from the **Array**.                                                                                                |

## See Also

* [**Array Value**](/incari-studio/2.0/toolbox/array/array-value.md)
* [**Push Array Element**](/incari-studio/2.0/toolbox/array/push-array-element.md)
