Automator Dynamic Input File Path
Attempting to run a daily process which looks for a file in a different place based on the day.
X:\1234\BACKUP\08_02_2017_00_43_28\StaticFileName
Up to the slash after "BACKUP" is static with the remainder dynamic by day.
MM_DD_YYYY is the section I need to qualify on, the rest should be ignored.
I'm typically using named paths.
Thanks-