# On List Item Clicked

## Overview

![The On List Item Clicked Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-8136b6a28aee2e071378ce3170bcf3aa84493bfa%2Fonlistitemclicked.png?alt=media)

The **On List Item Clicked Node** returns the index of the item that was clicked.

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

## Inputs

| Input             | Type         | Description                                                             |
| ----------------- | ------------ | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.   |
| `List View`       | **ObjectID** | The **ID** of the desired **List** whose item clicked will be returned. |

## 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. |
| `Item Click`       | **Int**   | The index of the item clicked.                                                                                                         |
