When i use rules to set taxonomy entity value in node to any term it works perfect but why i cant set entity value to null.
I want to have two rulles
1 add given term to node (i done it)
2 remove given term from node (how??) (efect should be the same when you edit node and select none from taxonomy dropdown list)
Comments
Comment #1
ikeigenwijs commentedI used the following approach for a List(text) field.
Set data value action only gave the drop down list with all the options but not the N/A option.
I created a variable of type text and set the value to nothing, left it empty "".
assign this variable as the new value to the Text List field.
Comment #2
jwineichen commentedThis also works in Drupal 10. Thanks from 9 years in the future.