CTRL+V in chat message

Describe the problem/error/question

In built in “When chat message received” node, why ctrl+V or paste option works for text but not for image in chat?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

Hi @nvk2020 this is because in n8n we see images as BINARY DATA not like a text, and for your use case if you want to perform analysis of some image please consider using:

Gemini Docs: