Welcome to AWF,
you should be able to calculate the file name in the TransferText macro action with a formula like this:
=Format(Date();"yyyymmdd") & "_Filename.txt"
Check the help on the Format() function to determine the date/time format string you need.
HTH
Thomas