Hi! How can I get more than one user group and send an email according to each group. Tanks!
Hi @emersouz,
It looks like the result of the HTTP request action is empty. Are you retrieving a group without users? If that is the case your select will fail.
This error appeared: The value of the property 'from' in the entries of the action 'select' is of type 'Null'. The value must be an array.
@Expiscornovus
This error appeared: The value of the property 'from' in the entries of the action 'select' is of type 'Null'. The value must be an array.
@Expiscornovus , I will implement and run tests. Thank you very much!
Hi @emersouz,
One approach could be to create an array with the different group ids and loop through that.
Below is a example of that approach.