Hi,
I’m using FTP activities to get my files and store it in my local computer. My problem is to do the error handling. Which currently I need to check first if the folder exist. Then check if any files available in that folder.
Currently I’m doing a flowchart to do this and my problem occur at “enumerate object” activities which it just stop if no files found. It doesn’t go through the next activity which in my case I have a flow decision to check if it found any file in that folder or not.
Just a side note: I have change the ContinueOnError to True
Back to my question: How to make sure after the enumerate object, I can do a checking first if the file in that folder exist before continuing the next process.
1 post - 1 participant