I have a workflow created obtaining data from a database for current day and I am wanting to save the output file to a specific name daily while not overwriting the previous day's output file.
-Workflow obtains current day data. The workflow never changes, only the query pulls in current day data from the database.
-Output is saved as "Book 1" for that day.
-I do not want to overwrite "Book 1" on the following day
-For example, I would like to have the file saved as "Book 1 - 01-06-2022" on current date and then "Book 1 - 01-07-2022" on the following day.
Thanks.