I'm implementing a following workflow - when a new node is created with a condition that the node is of type 'group', then a new vocabulary is created and associated with the group just created (using og_vocab module).
The problem with this workflow is that all new vocabularies are getting the same title configured in the create vocabulary action, but I would like them to be named differently, i.e. like " Group [title] vocabulary", where [title] is the $node->title from just created group? Is this possible? I have a tokens module installed and tried the [node:title] token, but it looks like the node context is not passed from the condition.
Is there a way to use tokens in the vocabulary name? I read a section "Input Evaluators" in the documentation, but cannot find them in the UI.
Comments
Comment #1
mitchell commentedWhich version of token are you using?
Comment #2
klausiReopen if still an issue.
Comment #4
mitchell commentedUpdated component.