Closed (works as designed)
Project:
Rules
Version:
7.x-2.2
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2012 at 20:34 UTC
Updated:
9 Dec 2018 at 23:15 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commented$node_unchanged does not exist and should not exist when you are triggering on a newly-created node, so it will not in general be available to any rule that triggers on that event. If you insist on writing one rule that uses both creation and updating events, then you should write it to use only the data values that are available from both events.