Hi,
Within a workflow I have two branches that get executed one after another (Block until done). Each branch generates a CSV file at the end and separate from the other branch. The requirement is to make sure either both files get generated or none of them (In case one of the branches fail for database access etc.)
I was thinking to use a batch file to search the destination folder once both branches complete and if any of the files are missing delete the other file, but I’m wondering if there is better way to handle this perhaps using one of the Alteryx tools.
Thanks,