# Generate List

## Overview

![The Generate List Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-37c11db66d2c268d8340f8aac67e81e6a88c6f2f%2Fgeneratelistupdatedimage.png?alt=media)

**Generate List** accepts a **List** **Object** and renders it to a **Scene**.

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

## Attributes

![The Generate List Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-ecedc258fe4d4137233f1037ec2691e9025e5d85%2Fnode-generate-list-attr.png?alt=media)

### Object

| Attribute | Type         | Description                                                                                         |
| --------- | ------------ | --------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **List** **Object** you wish to generate, if one is not provided in the `Object ID` **Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **List** **Object** you wish to generate.                         |

## 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. |

## See Also

* [**List**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/objects-and-types/scene-objects/list-widget.md)
* [**Next List Entry**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list/next-list-entry)
* [**Previous List Entry**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list/previous-list-entry)
* [**Select List Entry**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list/select-list-entry)
* [**Set Active**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list/set-active)
* [**Set Current Index**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list/set-current-index)
