I'm trying to create a custom rule (using the Rules module) so that every time the cron runs, this rule checks a date field in a custom content type I created. If that date has passed then I want to set a list widget from active to ended.
This is how far I get when trying to create this rule:
- Set
React on eventtoCron maintenance tasks are performed Add Condition> SetSelect the condition to addtoData comparison> Continue
Here is the issue: Data selectors only has site and no access to field data.
Any ideas where I'm going wrong here?