mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-03 04:48:44 +07:00
232 B
232 B
contentType
| contentType |
|---|
| reference |
$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);