Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Sean Gregory
2020-03-27T16:44:15Z
I am putting 3 files into a directory in separate tasks in the same job.

I want to count the number of files that are in the directory, and place a trigger file somewhere when there are 3 files

any idea how to do this?
Sponsor
Forum information
Gary_W
2020-03-27T17:15:53Z
You could create a list files task, then in the success flow count the rows using: {STRING(RowCount|{TASK(Active|StdOut)})}. If = 3 then go to the task that creates your trigger file.
Scroll to Top