Hi Everyone,
I have been looking at tons of tutorials for binary data but so far I’ve had the issue of uploading a PDF file to Outlook as a draft email.
Can someone please help. I get the errors of No Binary Data Read.
Hi Everyone,
I have been looking at tons of tutorials for binary data but so far I’ve had the issue of uploading a PDF file to Outlook as a draft email.
Can someone please help. I get the errors of No Binary Data Read.
Hi @J_Oppus
For attach binary data the first step is download to n8n the file, i use an HTTP resquest node:
If you test the step and you get in the outpu zone the field “data” and the buttons you are on the right way, JSON and Binary data are stored seperated (i had same problem).
In the Outlook attachment node you only need to refer the last input
That must be enough. Regards