Hello!
I'm trying to upload a csv file via the download tool. I've got my data all good to go and in a blob, but when it comes to uploading it, it keeps failing.
I can upload it fine using a file on my desktop and Postman, here's the code for what works there:

I'd really prefer to find a solution that doesn't involved saving a file anywhere and just keeping the data in the workflow as there is sensitive data involved.
Here's how my download tool is set up:


When I run this, it looks like it uploaded ok, but when I check the status, it says it's failed.
Thanks in advance!