Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithWrite the spreadsheet into the desired folder, but name it something like temp.xls
Then use a FILTER node to change the filename.
movefile( "c:\temp.xlsx" , "c:\excelspreadsheet" + timestamp() + ".xlsx" )
You will need to send one record into the FILTER node to get it to execute.. you can use a StaticData node or a Dummy Input node to build the one record you need.