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
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets a value from an object using a path expression.
$.name — get the “name” field$.items[0] — get the first item$.users[*].email — get all user emails| Field | Value |
|---|---|
| Block ID | getValue |
| Display name | Get Value |
| Group | Modifiers |