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

mitchell’s picture

Status: Active » Postponed (maintainer needs more info)

Which version of token are you using?

klausi’s picture

Status: Postponed (maintainer needs more info) » Fixed

Reopen if still an issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mitchell’s picture

Component: Provided module integration » Provided Module Integrations

Updated component.