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?