Quote:
Originally Posted by forumsupport Hello,
You can loop for each file in a folder then inside loop use 'Files/Folder' command for file manipulation, this command supports 'Advanced' option to check and perform action only if 'Modified date' is in last few days (you can specify the days). It can also check if file is modified between specified dates or if file is modified before specific date. |
Yes, but this still takes a long time because its not looping in order of 'Modified Date.' I'm aiming to speed up my task by looping in order of 'Modified Date' and then stopping as soon as 'Modified Date' = a specific date.