I have a workflow that writes one Excel file with three worksheets. The output file is a template because each sheet has specific formatting. It works great EXCEPT, one worksheet has a variable number of records each month. There were 40 records last month; this month I ran it and there were only 16 records. The output only overwrites the first 16 records and leaves the previous months data in rows 17-40. I have my output range set as $A1:O5000 so clearly the workflow doesn't write blank rows to clear out the prior data. How can I do this within the workflow so I don't have to remember to open the template, clear it out, and then run the workflow? I tried using Table and Render tools, but those truncated data in weird ways no matter how wide I made my columns (?!) and I got irritated enough that I'm here. Any suggestions? Thanks!