I have a simple workflow that takes large CSV files of accounts and payments and nets them together. I have about 30 files sitting in a folder I need to run this workflow on. I tried using the * symbol in my input file tool, but that just added them all to one file. Each file needs to go to its own output.
Can I wrap my workflow in something to make it run from start to finish for each file one after another?