# On List Entry Select

## Overview

![The On List Entry Select Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-69672e3181fb2f9586ec02a915ac86ac7db1754b%2Fonlistentryselectupdatedimage.png?alt=media)

**On List Entry Select** is an **Event Listener** **Node** used for executing a **Logic Branch** when an entry of a **List** is selected.

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

## Attributes

![The On List Entry Select Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-c8083d41fc888ad4b3a1b4b0114aafbe621707a0%2Fonlistentryselectattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                             |
| --------- | ------------ | ----------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **List** whose entry selection triggers the **Logic Branch**, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **List** whose entry selection triggers the **Logic Branch**.                  |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
| `Selected Index`   | **Int**       | The index of the selected entry in the **List**.                                                                                       |
| `Object ID`        | **Object ID** | The **List** received as **Input**.                                                                                                    |

## See Also

* [**List Events**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/list)
* [**List Object**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/objects-and-types/scene-objects/list-widget.md)
