Hello,
I would like to have the directory tool pull just the file data for the files created today (dynamically). I know I can read the folder and pass through a filter, but the folder has a truly obscene number of files in it, so pulling all that data takes a very long time. I could have the WF run in a fraction of the time if I could specify the creation date.
And no, I can't use file name because the file name does not contain the date.
Alternatively, I COULD look for files based on a dynamic list of a portion of the file name.... if there's a way to do that.
But creation date would be best.