I have a batch process I am developing that needs to result in different copies of a template file in the final folder based on the value in a certain field called "FileName" in source files that are being used as a configuration file.
The reason I need this is because the template excel file already has an existing pivot table on the first tab that is connected to the raw data on the second tab called "Data". The workflow is overwriting the "Data" tab with the most current information from the output of the workflow.
Multiple template copies might occur from each source file (there could be many different FileName values in the that field.
Is there any easy way to do this? That data sets I am working with are fairly large but I am just trying to figure out if creating the shell files to overwrite the data sheet would be easier to accomplish with bat windows file.
Adam
Solved! Go to Solution.
I have .bat file that I created that will do the necessary copy for me.. I just can't figure out how to get Alteryx to run in as part of (one step of ) a Conditional Runner workflow.
Any suggestions?