Hello all. I have an extremely simple requirement that is proving to be extremely difficult in AlterYX and would like some advice.
Basically I need to run a direcctory tool to find a File in a given directory. I then need to COPY some of the files into a DIFFERENT directory, and then once again run the directory tool on the NEW directory to determine how many files made it. (This is simply an easy example of needing to use the directory tool twice and needing to control for when they run).
However Alteryx seems to be running the second directory tool whenever it feels like, and I can't find a way to control the run-time of the second Directory tool. How do you control workflow run time In AlterYX like this?
Putting the two workflows into macro's didn't help