Hi, I would like to receive feedbak, I have created a type of content called community, and another called threads, within a community I can create a thread according to filter it with a view, but I have certain limitations, and I would like to know if using the module Organic groups is a good alternative.
The problem of the threads and the type of content is that I have created a rule to send the author of the community an email, but I had to remove it because it gave me an error with a reference field.
Willowf, I'm looking at your rule. The error is probably happening because the
field_referencia_comunidad
is empty, and you are trying to fetch a node that doesn't exist, since it's empty. So, the solution is to add a condition "Data value is empty" and then the configuration below. This way you won't reach the action if the field is empty ("Entity has field" will always be true for node type hilo, but you still want to eep it there so that it brings the reference field to scope). Below, just notice that my field name is different from yours.