# Generate List

## Overview

![The Generate List Node.](https://1582035224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-3848250649%2Fuploads%2Fgit-blob-e882041a5a0e6cea7f9c3f6f96012cdc8b2ad1c9%2Fgenerate-list.PNG?alt=media)

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

## Attributes

### 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://docs.incari.com/incari-studio/2021.3/getting-started/scene-objects/list-widget)
* [**Next List Entry**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/list/next-list-entry)
* [**Previous List Entry**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/list/previous-list-entry)
* [**Select List Entry**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/list/select-list-entry)
* [**Set Active**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/list/set-active)
* [**Set Current Index**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/list/set-current-index)
