mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-05 13:58:46 +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);