Hello,
This is what I want to achieve, and hopefully I can explain it clearly:
- I have a robocopy script to make a back up of a local folder to a cloud service every night at mid-night. The robocopy log file will be saved in C:\Robolog\log.txt
- I add "Folder" sensor and set to notify me if the "newest file" in the Robolog folder is "older" than 1 day.
- I add the "File Content" sensor, to search for any pre-defined erroneous word(s)/phrase(s), one simple such as "error" in the log file. If it does, notify me
My question is, how could I set up the "File Content" sensor (in #3 above) to run only after/if the "Folder" sensor (in #2 above) triggers ?
Thank you in advance
Add comment