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

# Get Value

> Gets a value from an object using a path expression.

## Get Value

Gets a value from an object using a path expression.

Use JSONPath notation to navigate through the object, for example:

* `$.name` — get the "name" field
* `$.items[0]` — get the first item
* `$.users[*].email` — get all user emails

## Block metadata

| Field        | Value      |
| ------------ | ---------- |
| Block ID     | `getValue` |
| Display name | Get Value  |
| Group        | Modifiers  |
