# Generate List

## Overview

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

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

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

## Attributes

![The Generate List Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%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/2025.1/objects-and-types/scene-objects/list-widget.md)
* [**Next List Entry**](https://docs.incari.com/incari-studio/toolbox/incari/list/next-list-entry)
* [**Previous List Entry**](https://docs.incari.com/incari-studio/toolbox/incari/list/previous-list-entry)
* [**Select List Entry**](https://docs.incari.com/incari-studio/toolbox/incari/list/select-list-entry)
* [**Set Active**](https://docs.incari.com/incari-studio/toolbox/incari/list/set-active)
* [**Set Current Index**](https://docs.incari.com/incari-studio/toolbox/incari/list/set-current-index)
