About Discord node Error

In my n8n Level 2, Workflow 2, I’m using a Discord node with the following text:I created the spreadsheet {{$binary.data.fileName}} . My ID: 9b2ef6b4f939f0049c66dcef58e60b55. But when I run it, the message is not sent. Instead, Discord shows the error:
“Your message is incorrectly formatted.”
Can someone tell me the correct way to format this message so the file name and my ID are sent properly?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the 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:

Yes, here is mine that works, make sure there aren’t any extra spapces:

I created the spreadsheet {{$binary.data.fileName}}. My ID: 835a183c0c1ee72da94b5818c5091859

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