When a user wants to compare data from different runs of this node in a single run of the workflow, downloading the output always downloads the same JSON.
To duplicate this behavior:
- Open a workflow from the Executions list
- Open a node to copy from
- Choose a run to copy data from
- Select the JSON output from [Table|JSON|Schema] box at the top
- Click the [Copy] button
- Save the clipboard to a file
- Select a different run of this node
- Select the JSON output from [Table|JSON|Schema] box at the top
- Click the [Copy] button
- Save the clipboard to a file
If you ‘diff’ the two files, they are identical.
I’ve repeated this a few times as I did not believe what I was seeing.
- n8n version 1.7.1
- Default database
- n8n running in Docker on Digital Ocean.
- Running on Ubuntu 22.04.3 LTS