HELP Binary file to Monday.com failed =(

Describe the problem/error/question

Guys i cant seem to upload my binary file to monday.com , truly appreicate if anyone can help out. been trying it for days. Everything works fine, just the binary stucks

What is the error message (if any)?

Bad request - please check your parameters

Unsupported query

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:

Hey, you will need to construct a multi-part request to Monday. They have provided instructions: Assets (files)

This can be done in a Code node before the HTTP request, so it can reformat the binary file and then pass it properly as multi-part file to the HTTP node. You can use AI to help you construct the request as per Monday’s requirements :slight_smile:

Hi kris. i did trying to create even the js, couldnt fix it. everything work wells. just this path =(

Can you pin the data in your merge node, then export your workflow and upload it to G Drive, so I can take a closer look and create the code node?

Hey Kris, sry for the late reply, was trying to redo everything, and just stucked at the last part

Thank you, I’m looking at it now. Could you please share a screenshot of the UploadFile node (open it) so I can see the input and output on your end?

DONE =) is in it

Thanks, seems like the error is accurate. The issue should be within the query. Please comare yours to Monday’s examples:

Specifically, this part is different on your end:

mutation add_file($file: File!)

Also the variables object is not in the example, or is passed under map, so you might need to play with that too.

hmm ok, will check it.

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