I’m using Drupal 7, with Rules and Rules Scheduler.
I have a content type “Tutorial Class”, with fields as below:
- Class Date and Time
- Feedback requested (Radio button: Yes/No, default is no)
I would like to create a Rule, so that whenever the cron runs, it will check on all “Tutorial Class” content type.
If current time is larger than “Class Date and Time” field, and “Feedback requested” is no, an email will be triggered and “Feedback requested” will be changed to Yes.
Currently I know how to trigger email after “Tutorial Class” is created, but I can’t get the above Rule done.
Any idea of how to set this rule?