I have multiple Excel files, where I want to pull the same single sheet from each (ignoring other irrelevant sheets) - each being structured in the same way. Before doing a Union to create a single consolidated file, there is some minor data prep needed to structure each sheet appropriately. I have have created this single-file workflow to do that minor manipulation (simply creates more of a flat file structure by adding a new initial field based on a cell value, which will be needed once unioned with the multiple other files).
When I try to wildcard an input it appears that it inputs and unions the multiple files and then tries to run the workflow. What I am hoping to achieve (at least based on my current way of thinking) is to loop through to input, run the workflow, and only then union the files after they have been restructured by the workflow.
Any guidance?