# On List Entry Select

## Overview

![The On List Entry Select Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-8871eff2be3f472d0d7dfca0dcf004fc5bb63aa2%2Fonlistentryselectnode20241.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/overview#scopes): **Scene**, **Prefab**.

## Attributes

![The On List Entry Select Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%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/toolbox/events/list)
* [**List Object**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/objects-and-types/scene-objects/list-widget.md)
