Hi everyone!
I'm trying to import multiple csv files with completely different data and structure. I want to feed these imported files to different workflows depending on their names. Then, I want to then delete a few columns and rows in each files and then output an xlsx for corresponding csv.
I have a basic workflow which works for one file at once.

Can anyone help me make it accept multiple inputs and distribute files to multiple workflows just like the one above^?