Responed a binary file from chat trigger

I am getting below error while doing chat trigger.
[No response. Make sure the last executed node outputs the content to display here]

Information on your n8n setup

  • n8n version: 1.83
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: MAC OS

Not sure what is your objective here.
Assuming you may want to respond with a specific file (from Google Docs), here is an example:

If the suggestion resolves your question, please mark it as a :white_check_mark: Solution.

Thanks for reply.
I want to return in chat window with the binary file generated by convert to file node.

… so that the user can do what exactly? I do not think chat supports binary data in the ways you expect it to. Hence you’d need a workaround. And this depends on your objective.

1 Like

@Olek ,
Is it possible to provide status update into chat trigger while the workflow is executing?

Did you manage to resolve your intial question or how is this question connected with the previous one (if it is)?

@Olek ,
I am uploading the binary in google drive and sending the url as response.
Now once the binary is generated I want to process it further to ai agent for other task. So I want to update the status in the chat trigger response.

I think you need a different topic for this new question to not confuse future readers.

Also please mark the post containing solution as such, also for the future readers’ sake.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.