Hi! I am hoping someone can provide some guidance on a small workflow that I am creating. I have several input files all saved in the same location which I am pulling into my workflow using a wildcard. For each input file, my goal is to generate a separate output file containing a maximum of 50 rows of data each. For example, if there are 115 rows on my Excel input file, I want 3 output files. Two outputs would have 50 each and one output would have 15. I am also needing to add two rows to the beginning of each output file, and that is where I am stuck. How can I make my outputs each show the 2 data rows at the top? I am including an attachment with screenshots. Thanks for any advice!