If you’re looking to reference a variable created at a certain node, there are two ways to retrieve it:
- Current item? →
{{$json...}} - Specific node, pairing-aware? →
{{$('Node').item.json...}}
If you’re looking to reference a variable created at a certain node, there are two ways to retrieve it:
{{$json...}}{{$('Node').item.json...}}