I'm in the process of automating a daily workflow, which when done manually goes like this : a file (say "process file 23/02/2025.xlsm") is opened, changes are made and the file is saved as "process file 24/02/2025.xlsm" (i.e a new file with the current date in it's name is made while the original file is kept intact) .
I'm not sure how to do this in alteryx. Note that the file has macros and formulas which shouldn't be affected.