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

# Is List?

> Check whether a value is a list.

## Input

| Input     | Type | Required | Description         |
| --------- | ---- | -------- | ------------------- |
| **Value** | Any  | Yes      | The value to check. |

## Output

| Output     | Type    | Description                                     |
| ---------- | ------- | ----------------------------------------------- |
| **Result** | Boolean | `true` for a list; `false` for any other value. |

Objects, strings, and `null` are not lists.
