Hello all,
At work I have to process a particular form over and over again (think, same form submitted by a different person each time). To make my job more efficient, I'm wanting to process the forms through Alteryx (forms are saved in a folder on my computer--about 50 forms).
I've figured out the workflow for processing the forms, however, the issue is that it is currently only set up to process one form at a time. This would mean that if I have 50 files, I'd have to put a new file in the input tool 50 times. There's got to be another way! I also don't want to combine all the forms first and then process through the workflow, because each form needs to append to a particular cell value that can only be found in it's unique form submission.
Therefore, what I am needing is to find a way to have a directory for my files, have Alteryx process one file through the workflow at a time, then loop back to the directory and process the next file until all files have been processed. I also need the results to be unioned together.
Here is the alteryx package and a sample form. Any help is appreciated!