Closed (fixed)
Project:
Rules
Version:
7.x-2.2
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2013 at 11:23 UTC
Updated:
24 Dec 2018 at 00:09 UTC
Jump to comment: Most recent
Comments
Comment #1
laboratory.mikeYou may want to check out:
http://drupal.org/project/notifications
Notifications may not be the best fit for your specific use case, but I use it to get e-mail updates when content is updated.
Comment #2
tr commentedEvent would be "After updating existing content"
Condition "Entity has field" to check for the presence of your date field and to bring it into scope
Condition "Data comparison" to see if the date of your $node is different than the date of your $node_unchanged
Action "Send mail" to [node:author:mail]
If you're still having problems with this in the current version of Rules please export your Rule and post it here so we can see exactly what you're doing. Also describe how you've created/configured your date field.