I have a use case where I need to get data, transform it, write it to an excel template, and then upload that template to an SFTP folder. My question is how can I ensure that the write stage is complete on the excel file before I do the SFTP upload through the "Download" tool?
Thanks in advance.