Skip to content

$runIndex#

Contains the index of the current run of the node.

1
2
// Returns all items the node "IF" outputs (index: -1)
const allItems = $("<node-name").all("IF", 0, $runIndex-1);