- Issue created by @tyler-durden
- πΊπΈUnited States DamienMcKenna NH, USA
Try looking at the Token help info at the Taxonomy structure, those tokens will show what is available from within the [node:field_taxonomy_name:entity] structure, you should be able to stack the tokens from that point, so it's probably something like [node:field_taxonomy_name:entity:parent:name] to get the name of the parent term on the term referenced on the field_taxonomy_name field on the node.
- πΊπΈUnited States tyler-durden
Thanks DamienMcKenna. That does work to pull the taxonomy parent name, but I want to pull a custom field from the parent taxonomy which is not working. I will poke around the Token help info at the Taxonomy structure with a set of fresh eyes in the next day or so when I have more time.
- πΊπΈUnited States DamienMcKenna NH, USA
Does it work if you do [node:field_taxonomy_name:entity:parent:entity:field_something]?
- πΊπΈUnited States tyler-durden
I just a moment to test that and it didn't work either.