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
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