# Previous List Entry

## Overview

![The Previous List Entry Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-03eb01e5a69b0f95ed0b72f4584b24e75ee8a208%2Fpreviouslistentryupdatedimage.png?alt=media)

**Previous List Entry** selects the previous entry item in a **List** **Object**.

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

## Attributes

![The Previous List Entry Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-609b444e2afdec279012a2c640bed7a204faf273%2Fnode-previous-list-entry-attr.png?alt=media)

### Object

| Attribute | Type         | Description                                                                                                                                                                |
| --------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **List** **Object** you wish to select the previous entry item of. If a **List** **Object** is provided in the `Object ID` **Socket**, this **Attribute** is not used. |

## Inputs

| Input             | Type         | Description                                                            |
| ----------------- | ------------ | ---------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.  |
| `Object ID`       | **ObjectID** | The **List** **Object** you wish to select the previous entry item of. |

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

## Usage Example

![The Previous List Entry Usage.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-ec154a0dc5b457a94e6ff725e277e305740a2fe1%2Fprevious-list-entry.gif?alt=media)

## See Also

* [**List**](https://docs.incari.com/incari-studio/2022.1/objects-and-types/scene-objects/list-widget)
* [**Generate List**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/list/generate-list)
* [**Next List Entry**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/list/next-list-entry)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2022.1/toolbox/incari/list/previous-list-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
