I am trying to run a task that looks for a file in a folder, if it is there it copies it, moves it, and sends an email.
However the file name changes to have date and time on it. So it will never be the same. And sometimes the previous days date is placed today, so I can not look for the file with today's date.
I can not get the * to work inside of the if file exists task. Is there any other way around this? I tried using Get files in folder and then pulling that in, but if file exists will also not work with a variable, it must be a file.
Thanks in advance for any help.