Say I have two vocabularies:
Colors
-Blue
-Red
-Green
Fruit
-Apple
-Banana
-Jerrac
I've added them to a content type called Bob as term reference fields in Drupal 7. One field for each vocabulary.
When a user creates a Bob page called Jump, the user selects the Blue and Apple terms.
I want two new terms created based on the title Jump. Specifically I want Jump to be added as a child of Blue, and added again as a child of Apple.
How can I do that?
Currently, I add a 'Create new entity' action, tell it to create a term, and set the name of the term to [node:title]. But when I get to the part of the form where I select what vocabulary it belongs to, it only lets me select 'site:current-user', 'node:author', and 'node:body'.
I am using Rules 7.x-2.0-alpha3.
Is this a bug, or am I missing something?