mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-31 03:18:41 +07:00
237 B
237 B
$runIndex
Contains the index of the current run of the node.
// Returns all items the node "IF" outputs (index: 0 which is Output "true" of the same run as current node)
const allItems = $items("IF", 0, $runIndex);