# Get List Data

## Overview

![The Get List Data Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-9d9479e7a18059cab895958416f9a30e0058ee4c%2Fgetlistdatanode20241.png?alt=media)

The **Get List Data Node** returns the data of a **List** in **Array** format.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                              |
| ----------------- | ------------ | ------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.    |
| `Object ID`       | **ObjectID** | The **Object ID** of the **List** from which the data will be retrieved. |

## 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. |
| `List Data`        | **Array** | The data from the desired **List** in **Array** format.                                                                                |

## See Also

* [**Set List Data**](https://docs.incari.com/incari-studio/toolbox/incari/list2d/setlistdata)
