My goal was to save a file using the current date; for example:
foo_MMDDYYYY.txt
In the Save As File object, set the Filename property as so:
Week16_{=Month(Date())}{=Day(Date())}{=Year(Date())}.txt
foo_MMDDYYYY.txt
In the Save As File object, set the Filename property as so:
Week16_{=Month(Date())}{=Day(Date())}{=Year(Date())}.txt
Here is a screeshot:

