# Set Current Index

## Overview

![The Set Current Index Node.](https://879976444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-41739140%2Fuploads%2Fgit-blob-d55498e1918d66e1280c8b30d10be48214137569%2Fset-current-index.PNG?alt=media)

**Set Current Index** selects an entry item by using its *index*. It accepts a **List** **Object** and an `Index` value and selects an entry item corresponding to the `Index` value.

The index count starts from zero, which means that the `Index` of the last entry item of the **List** **Object** is equal to the total number of entry items minus one (sum of entries - 1). This follows from array-based indexing whereby the index of the first entry is 0.

## Attributes

### Object

| Attribute | Type         | Description                                                                                                                                           |
| --------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | This represents the **List** **Object** from which an entry item can be selected by its `Index` if one is not provided in the `Object ID` **Socket**. |

### Input

| Attribute | Type    | Description                                                                        |
| --------- | ------- | ---------------------------------------------------------------------------------- |
| `Index`   | **Int** | The default `Index` value if no value is provided to the input `Index` **Socket**. |

## Inputs

| Input             | Type         | Description                                                                            |
| ----------------- | ------------ | -------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.                  |
| `Object ID`       | **ObjectID** | The **List** **Object** from which an entry item can be selected by using its *index*. |
| `Index`           | **Int**      | The *index* of the entry item you wish to select.                                      |

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

* [**List**](https://github.com/cgi-studio-gmbh/incari-doc/tree/66656c2442958de634bc73f77b533a03f83df0fb/toolbox/incari/list/objects/scene-objects/list.md)
* [**Generate List**](https://docs.incari.com/incari-studio/2.0/toolbox/incari/list/generate-list)

## External Links

* [*Array Indexing*](https://en.wikipedia.org/wiki/Array_data_structure)
* [*Index Mapping*](https://en.wikipedia.org/wiki/Index_mapping)
