I have successfully created a workflow that generates data charts with the relatively new Quickchart node. The node returns JSON and the resulting chart as a binary image file.
I want to use the response of this workflow in another workflow (Analytics Agent), the chart should be displayed in the chat.
But this is not working, there is just descriptive text, no chart.
I saw some examples of workflows that were created before the Quickchart Node existed. In these workflows, Quickchart was called via a Set node, the response was specified to be in markdown format.
Now, in the dedicated Quickchart node I don’t find the option to pass results in markdown.
Is it even possible to display binary image files in the chat window in n8n?
Any ideas?
Information on your n8n setup
- **n8n version: 1.85.4
- **Database (default: SQLite): None
- **n8n EXECUTIONS_PROCESS setting (default: own, main): don’t know
- **Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- **Operating system: Mac