Hi,
I am generating multiple .csv files in a workflow and I want to push each individual file to a SFTP server. How would I go about doing this?
I need to be able to convert each file output to a blob and then push it to the server. How can I loop through each row to do this?
Thanks!