I need to download it, then Read Binary File without put into my local computer or company server.
Is that possible? Or I need add one more Node to complete my task.
My error is different in every expression.
I need to download it, then Read Binary File without put into my local computer or company server.
Is that possible? Or I need add one more Node to complete my task.
My error is different in every expression.
Hi @farhan_yusuf, you wouldn’t need the Read Binary File node (which reads a file from your file system) if you already have binary data coming from the HTTP Request node.
If you’re downloading a spreadsheet file you can read it straight away like so:
Just make sure you use the same binary property name in both nodes:
Hope this helps!
You’re most welcome, glad to hear this helps!