11/12/21 MM/dd/yy is a Friday; sorry for the confusion there @VJR . Here is the logic, I am not at my computer to show you:
Get CurrentDateTime
Set variable %KnownFriday% to 11/5/21 (may have to convert this to date if it doesn’t default to a date variable type.
Subtract Dates %CurrentDateTime% - %KnownFriday% to %DateDifference%
Set %weeks% to %DateDifference / 7% (this will give us the number of weeks with decimal ex for 11/18/21 would be 1.87…)
Truncate number %weeks% (this will remove decimals Ex. 1) to %WeeksTruncated%
Add To Date %KnownFriday% Days %WeeksTruncated * 7% (this will add, in our example, 7 days to the known Friday, or 11/12/21)
Lastly, you’ll want to ‘Convert Date to text’ in whatever custom format you want. Be sure to use capital Ms for the month (ex. MMddyyyy).
Whatever that converted variable is in ‘Convert Date to text’ is the one you can put in your file name.