Hello everyone,
I have the attached Workflow and the 2 input files I use, lets call them "Custom Calc" and "Base Calc".
As you see, the input files in the example are named after "ID" (Idaho). This means, every state will have it's own 2 input files (Custom Calc and Base Calc), and i'd need to get one output file for each state.
for doing this, 2 options come to my mind:
1) Having 40+ individual workflows (One for Alabama, one for Alaska, one for Oklahoma, etc), and running them one by one.
- For Example, for Alabama i will have "AL Custom Calc" and "AL Base Calc", and one output called "AL Calc", and so on for each state.
2) see if there is a way in which i can save all the input files in a specific folder (maybe with a specific naming convention i guess) and somehow tell Alteryx to pick them up and run it just once and provide all the output files at once.
Obviously, option number 2 is way much better, but i'm not sure if it's possible or how can i Achieve that.
Thank you!