Posted by AndrzejG on November 2, 2011 at 7:56pm
In Drupal 7, I have a content type "Doc" with 3 custom fields. All three are node reference fields.
I have also Views|X page to select particular Doc node(s) when 3 arguments are provided. Filter works fine in Views.
However, loading to Rules the first View using these 3 fields as arguments is ineffective. Always I get error in debug like this:
- 9.119 ms Evaluating the action rb_misc_action_views_load_node. [edit]
- 82.91 ms Unable to get variable node_views, it is not defined.
Use case: These 3 arguments are passed to the Rules from the other content type, "Version", when the Version is saved. On Version saved I simply want to load newest Doc, then clone it to make it available for update.
Am I doing something wrong?