> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Last Item

> Return the item at the end of a list.

## Input

| Input    | Type | Required | Description                        |
| -------- | ---- | -------- | ---------------------------------- |
| **List** | List | No       | The source list. Defaults to `[]`. |

## Output

| Output        | Type | Description                                 |
| ------------- | ---- | ------------------------------------------- |
| **Last Item** | Any  | The last item, or `null` for an empty list. |

The input list is not changed.
