Error Trigger data json copy paste not usable for debugging

Describe the problem/error/question

If I copy data from an error trigger node on production execution everything gets displayed correctly in the editor of that execution. However, once I attempt to paste that into a node so I can manually develop the workflow, the double quotes inside double quotes give an error obviously. {{ $node[“Error Trigger”].json[“execution”][“error”][“cause”][“reason”][“description”] }} is one of the places with problematic double quotes.

It would be amazing if the copy already escapes / encodes the double quotes so that I can just use it as pinned data without sanitizing it myself!

Information on your n8n setup

  • n8n version: 0.224.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: MacOS 12.6.2

Hey @leprodude,

That is not a bad idea.