I just wanted to confirm and maybe I'm overlooking something, but do you have to output your data first before you can upload it via SFTP?
Solved! Go to Solution.
hI @jmstampe
If the data that you want to send to the SFTP is inside of your workflow, yes. You can use the block until done to output it first, and then pass the location of the file to the blob input and send it through the download tool, this structure always work for me:
Got it, ok. What I thought but wanted to make sure. I appreciate it.