mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
8 lines
292 B
Markdown
8 lines
292 B
Markdown
n8n provides the following methods:
|
|
|
|
- `$evaluateExpression`: evaluates a string as an expression.
|
|
- `$items`: returns items from a given node
|
|
- `$item`: returns an item at a given index
|
|
- `$jmespath()`: perform a search on a JSON object using JMESPath.
|
|
- `$node`: data from a specified node
|