Is there a way to output a new excel file daily to a folder or is the only option to add a new tab to an existing excel file?
I have a simple workflow, I have a formula that creates a new title which would be "project name" + DateTimeToday() , however all of the output tools or variations are requiring an excel file path. However, I don't have one nor do I want to create an excel file every day manually for it to upload to. End result, when the dataset schedule runs each day, it will output a new excel file with the current days data to a specific folder location, to a using the formula above as the file title.
Thank you!