I need to run the same workflow on multiple files saved in a folder and write the output separate for each of those input files.
I have found a batch macro which can read all the files and run the workflow on it, but the issue is that it is producing a single output with the results of all the input files unioned together.
Please advise a solution !