j0dan
March 21, 2023, 7:32pm
1
When using a code block (is this relevant?), what is the difference between $('Node Name')
and $node['Node Name']
. They seem to behave differently.
I’ve read Built in methods and variables reference - n8n Documentation and it mentions the $() ones, but not $node.
Does it matter which one I use?
jan
March 21, 2023, 7:57pm
2
Welcome to the community @j0dan !
$node["Node Name"]
it the old legacy one. Moving forward, only $('Node Name')
should be used. For that reason did we remove it from the docs. I hope that makes sense.
1 Like
system
Closed
April 4, 2023, 12:10am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.