Hi,
I'm trying to write out a file name for an excel report using the formula tool make a dynamic date like this:
"C:\reports\Final_Report_" + DateTimeFormat(datetimenow(), "%Y%m%d_%H%M") + ".xlsx|||Sheet1"
In the Output Data I'm using Take File/Table Name from field and Changing the entire file path. However, when it writes out the file, I get two excel files with the data split between them, with file names 1 minute apart.
I have a few containers combined with a union then the formula and the Output data step. Is there a step I'm missing so that it outputs to only 1 file?