I have a content type "Scholarships" that has an entity reference to a taxonomy "Schools." If a Scholarship has the term "All" selected, whenever a new term (School) is added, I want to select that term on any Scholarship node that has "All" selected.

I created a rule that triggers "After saving a new term of vocabulary School."

I have made a VBO View that lists all the Scholarships that have the term "All" selected, but when I try to loop through that list of Scholarships, I am having trouble exposing the Schools field so that I can set the term.

I have started my rule with a Term entity, and now can't figure out how to expose Node entities. I have tried using the VBO list in components, but hit a dead end when i am asked for the TID of the new term, instead of finding a place to enter the variable which is the TID of the new term, which I find I can get by fetching an entity by ID.

I have seen some older issues that talk about taxonomy actions being available in Drupal 6, but I don't see any in Drupal 7?