Examples using n8n's built-in methods and variables
n8n provides built-in methods and variables for working with data and accessing n8n data. This section provides usage examples.
Examples using n8n's built-in methods and variables
n8n provides built-in methods and variables for working with data and accessing n8n data. This section provides usage examples.
[[% import "_macros/section-toc.html" as sectionToc %]]
[[ sectionToc.sectionToc(page) ]]
Related resources
Last updated on
Query JSON with JMESPath
n8n supports the JMESPath library, to simplify working with JSON formatted data.
`("<node-name>").all(branchIndex?: number, runIndex?: number)`
This gives access to all the items of the current or parent nodes. If you don't supply any parameters, it returns all the items of the current node.
