🇬🇧United Kingdom gmak
Hi Jurgen,
Thank you for the help. It is working! I can now check that value of the taxonomy term. I hadn't tried the 'compare 2 scalar values'.
I hope you might be able to help with the next step.
If the value of the taxonomy term [node:field_status:entity:name] = 'X', I need to change the value of another taxonomy. How can I do this by passing a text value, say "New", to the taxonomy field [node:field_status_2] and have it update the node.
The difficulty I am seeing is that the entity reference field [node:field_status_2] wants to be passed a taxonomy ID (tid) and not a text string.
Is there a way to set a reference field value based on the string? (This would be like selecting the value from the select list in a form)
Many thanks