# Set List Element

## Overview

![The Set List Element Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-9541b5cb927cb640dcd5817636b3ad0d35375835%2Fsetlistelement.png?alt=media)

The **Set List Element Node** sets a **List's** at the specified `Index`. It also replaces the element at the index if there was one. Each element consists of two parts: the icon and the text.

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

## Inputs

| Input             | Type         | Description                                                                          |
| ----------------- | ------------ | ------------------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.                |
| `Object ID`       | **ObjectID** | The **List** the user wishes to set the element for.                                 |
| `Index`           | **Int**      | The index at which the element should be set.                                        |
| `Icon Path`       | **String**   | The path on the user's local machine which locates the desired icon image to be set. |
| `Text`            | **String**   | The text of the element to be set.                                                   |

## 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. |

## See Also

* [**Remove List Element**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/list2d/removelistelement)
