Hi,
I've been struggling with a problem in my workflow.
I need a workflow that runs everyday, that lists the directories of specifiec file, but the subfolders names are variables.
I started using the directory tool to list every archive with a specifiec name, but this process is taking too much time, because it has too much subfolders and files.
This is the directory name "C:\Desktop\TEST\"
and the final directory is something like
"C:\Desktop\TEST\" + Datetimeformat(DateTimeToday(),"%Y%m%d") + "\AGROUP\Output_" + RandInt(100) + "\NameFile.csv"
If I could specified the directory date to the Directory tool the run time drops significantly.
"C:\Desktop\TEST\" + Datetimeformat(DateTimeToday(),"%Y%m%d") + "\AGROUP
but I could'nt make it work.
Can someone help or suggests another solution to this problem?
Thanks