Hello, I am trying to use the VisualCron FTP ListFolders(s) task to simply determine if a remote FTP folder with a certain name exists, and then pass the name of that remote FTP folder to the next task (via an Output variable). To make a long story short, it's not working. Even if a remote FTP folder with that name exists, nothing is outputted -- it just says "No output" in the Output column for the task.
In addition, the On error options seem to be completely wrong for the VisualCron FTP ListFolder(s) task, as it should have a FolderNotFound option, but doesn't, and instead has a FileNotFound option, which is also messing things up.
In summary, what I need to do is:
- if the remote FTP folder exists, pass its name to the next task via the Output
- if the remote FTP folder does not exist, raise an error and stop the job
Right now, I can't do either one of these things using VisualCron FTP Listfolder(s) task.
I'd appreciate it if someone can get back to me and let me know what I'm doing wrong or provide me with a workaround. (BTW, we are using VisualCron 9.8.0)
Thank you.
Edited by user
2022-05-03T00:48:10Z
|
Reason: Not specified