Hello -
Note: due to issues with Alteryx workflow being on client computer, unable to post workflow or pictures.
Here is what I am doing:
1. Using the Folder Browse tool, feeding that into the directory tool then utilizing the filter tool to see if the files exists then creating a file exists field
2. Also in the workflow inputting data into the workflow that will get processed through a bunch of other filters then will need to be added to the output (Excel) if the file file exists.
3. The output file also has to be dynamic so I need to add the month and a numeric sequence to the file name.(Using the drop down and list box tool for this.
I want to know how to stop that part of the workflow if the file doesn't exist and not create a blank output file when trying to build the output file. Right now It produces a file with no records in it.
Also I need this to be utilized 17 other times in the same workflow (basically a copy of this)
I will try and build a mockup flow on my company's Alteryx to see if I can add it to this thread