# Get Selected Item

## Overview

![The Get Selected Item Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-91856159f81c16827c993d5a59f020a30ef2e1cc%2Fgetselecteditem.png?alt=media)

The **Get Selected Item Node** returns the item that is currently selected in a **List**.

[**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 selected item 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 Selected`    | **ObjectID** | The selected item in the list.                                                                                                         |
