mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-29 18:38:41 +07:00
200 B
200 B
$runIndex
Contains the index of the current run of the node.
// Returns all items the node "IF" outputs (index: -1)
const allItems = $("<node-name").all("IF", 0, $runIndex-1);