I have the workflow below which loops through all files in a folder and outputs to an Excel sheet. Currently, it looks like it is joining all the data from every file in the folder then running the rest of the workflow. The output is correct, but all the data appears in two column total instead of 2 columns for each file. Ideally, I'd like the workflow to loop through each file, create two columns for each of these files, and output the result to a separate sheet. How would I go about doing this?
