transfering files from a source folder with datetime

Hi
I would like to know if MFT can transfer files from folder that changes name with date. Since MFT has the first action as Find, I can only make it read files from a static folder. Can I pass the output of execute integration service to second Find action in the event?

Instead can’t you use filename pattern for those changes named to process the files?

HTH,
RMG

Hi RMG
I thought it will only allow regex for the filename. Will it allow for filename to include the file path? My requirement is to copy files from sub-folder with datestamp. I tried including the folder name File name filter as : /20180417/*.txt. It didn’t work.