I'm trying to set up an Action that can change the value of a field. I created an Action Set with a data type of Node. When I go to create an action I have access to every default drupal node field, but no fields.

Is this simply not possible? Do I need some other module to make this work?

link|improve this question

65% accept rate
Removed CCK mentions and tags, CCK is the Drupal 6 module that provides fields, in Drupal 7, they are simply called fields. – Berdir Oct 5 '11 at 2:26
feedback

1 Answer

up vote 3 down vote accepted

You first need to add a condition to check if the field exist on that node, only then it is available to the actions. There is a specific condition to do this.

link|improve this answer
Also it needs to be a ruleset in order to have access to conditions apparently. – Joren Oct 5 '11 at 3:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.