I am trying to test my article review timer, which sends an email that an article needs to be reviewed for relevancy and accuracy once a year. To test it, I am changing it from 1 year to 1day, but nothing is happening, even though the articles were created more than 1 day ago. I have attached a screenshot of my automation, am i doing something wrong or missing something?
Looks like the branch is looking for inactivity in the last day, then the IF is looking for something published less than 1 day ago. The IF will never find anything.
I'm having a little confusion on how to set this up. This structure was suggested to me, so I'm not completely familiar with it. Do you have any suggested changes?
Thank you ahead of time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your original approach wasn't bad, you just needed to adjust the IF statement so that it found pages to act on. The rule was grabbing pages untouched within a day, then asking it to find new things less than a day old.
The second one works as it's just using the branch condition in place of the if then. Both are valid ways.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.