Server Job: Runs nightly (weeknights) script and appends to excel in a network folder. Each month, I need to use the file and start a new one, as they are aging tickets for the month. This is my first month of completion using Server and I know in the past, when deleting rows manually from existing sheet, Alteryx either appends rows at bottom of deleted data or won't append at all. Creating a dummy sheet with same name in same location doesn't work either without first creating a new sheet in the workflow.
My question is what alternatives do I have without manually changing the workflow each month to "Create New Sheet" on first day of month and then changing back to "Append to Existing Sheet" the following day?
This has got to be a common issue but I am not finding any viable solutions or perhaps there aren't any? My goal is to only have to do one thing manually each month, and that is taking the excel file and Saving As to my hard drive to use in further processes. I do not want to have to change the script each month for two days. I would also delete the data rows in the sheet and leave just the column headers. Hope this makes sense.......
--Russ