Prevnodedata
Last updated
Was this helpful?
nameDescription: The name of the node that the current input came from.
Always uses the current node’s first input connector if there is more than one (e.g. in the ‘Merge’ node).
Syntax: name
Returns: String
Source: Custom n8n functionality
outputIndexDescription: The index of the output connector that the current input came from. Use this when the previous node had multiple outputs (such as an ‘If’ or ‘Switch’ node).
Always uses the current node’s first input connector if there is more than one (e.g. in the ‘Merge’ node).
Syntax: outputIndex
Returns: Number
Source: Custom n8n functionality
runIndexDescription: The run of the previous node that generated the current input.
Always uses the current node’s first input connector if there is more than one (e.g. in the ‘Merge’ node).
Syntax: runIndex
Returns: Number
Source: Custom n8n functionality
Last updated
Was this helpful?
Was this helpful?