I would like to use a View to select nodes and then use VBO to add those nodes to the entity_reference field of a particular node. It will not be the same node every time, so I would need a way to indicate which node to add them to.

I am sure this will require Rules integration, but was hoping to get some guidance in how to indicate the node I will be adding things to?

Possible options I imagine may work:

  • Placing the VBO View in a block and obtaining the NID contextually (so it would know to edit the current page NID from URL)
  • Using a select list or autocomplete to choose the node

Thank you!