Greetings!
I have two questions:
1) I am using "Change Entire File Path" output function with a filter for the file path name (see fillter below) and it works/saves the file where I want it as expected. However, is there a way to have the date populate AFTER the file name rather than before it? Such as File_Name_2020-04-09.xlsx"
"File_Path\" + DateTimeFormat(datetimetoday(),"%Y_%m_%d") + "File_Name.xlsx|||Sheet_Name"
2) Part of my workflow has an output of a summary table and the supporting tables are each split into separate sheets in the output file using Take File/Table Name from Field + Append Suffix to File/Table Name. However, if I want these sheets to be added to the same file with a dynamic date (referenced in question #2 above) is that possible? Since I'm already using that tool to split the data into results, I can't add the Change Entire File Path function as well...
Thanks!
Valerie