I have a workflow that runs once a month and uses the month/year to dynamically name the exported excel file. The exported file contains data for multiple offices. I have a request to add to this file an individual sheet for each office. I would like to do this all in one workflow instead of having to run 2 workflows or use an excel macro to cutup the data.
I have no problem dynamically naming the file using the month/year but I'm unsure how to use this master sheet and create separate tabs for each office. I don't see an option to create a file based on 2 dynamic fields. I've tried to use a block until done to save the file then access it again but I am getting errors.
Any help is appreciated!