> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/toolbox/events/list/on-list-entry-select.md).

# On List Entry Select

## Overview

![The On List Entry Select Node.](/files/h0SRD2f1BZZ6f2yPKW5s)

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

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Attributes

![The On List Entry Select Node Attributes.](/files/9zx5RtK5zlkErx6xA6Rc)

| 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**](/incari-studio/2022.2/toolbox/events/list.md)
* [**List Object**](broken://pages/f8pfgcJr1McOi6VDnlQk)
