Describe the problem/error/question
In the Json view of input / output of nodes, when I select a parameter and click the copy icon, then choose “copy parameter path” I still get this syntax:
{{ $node["nodename"].json["key"] }}
I was waiting for that to be changed to
{{ $("nodename").item.json.key }}
or {{ $("nodename").item.json["key with spaces"] }}
like when drag n dropping from the Schema view.
Not sure if this inconsistency is wanted or nobody is using copy parameter path
Information on your n8n setup
- n8n version: 1.94.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): kubernetes
- Operating system: