Hello,
I am trying to setup a task that runs once a day and checks if a file is created today. If the file is NOT created, I would like to receive and email. Is this possible?
Check if a file it created today
Re: Check if a file it created today
Hi,
yes, this is possible.
Use Files.SearchFiles and then check the creation date
If it is not today -> send email
Regards,
Marc
yes, this is possible.
Use Files.SearchFiles and then check the creation date
If it is not today -> send email
Regards,
Marc
Re: Check if a file it created today
Please see attachment of how to do that...
Replace with your values where necessary.
Regards,
Marc
Replace with your values where necessary.
Regards,
Marc
- Attachments
-
- checkfile.jpg (81.65 KiB) Viewed 10383 times
Re: Check if a file it created today
Thank you for the help - I really appreciate it.
I am pretty sure i setup everything correctly, but it sends the email even i have files created from today. Could you take a look when you have a sec and me know if I missed anything? maybe send me the XSTK file exported from what you created?
I am pretty sure i setup everything correctly, but it sends the email even i have files created from today. Could you take a look when you have a sec and me know if I missed anything? maybe send me the XSTK file exported from what you created?
- Attachments
-
- 8-21-2012 2-34-18 PM.jpg (148.46 KiB) Viewed 10381 times
Re: Check if a file it created today
Hi,
Your value in SetVariable2 Must be true and not false! This is why you always receive an email.
Give it a try!
Regards
Marc
Your value in SetVariable2 Must be true and not false! This is why you always receive an email.
Give it a try!
Regards
Marc
Re: Check if a file it created today
Also, your file properties looks akward in the value field.
Sent from my iPhone
Sent from my iPhone
Re: Check if a file it created today
I finally got it working! I had a bunch of typos! thanks for all the help.
Re: Check if a file it created today
I am having a strange issue. If there is more then 9 files in the directory it is checking, then it doesn't send the email if the file from today is missing. Any thoughts?