Hello community,
I need to download a file from SFTP which have dates present in the URL.. I am able to download if the file is present on SFTP, but if not, I want a loop to start and continue looking( a day before and so on) till it finds a file. The download tool gives an error "File not found" and stops the workflow. Can anybody help me to work with error handling. How can i ask Alteryx to start an iterative macro only if there is an error in the download tool. Example : the sftp does not have files for 9th and 8th Feb. if a user enters 9th Feb, since the file is not present, it should look for a day before(8th Feb), 8th feb is also not present, so it should look for 7th Feb and then give me the file.