This is the formula in my Assignee Emails Column:=IF(Parent@row = 0, email@row, JOIN(CHILDREN(email@row), " ") + " " + email@row)
Then I get the emails populated throughout the hierarchy in Project Assignees column:
=IF(OR(COUNT(CHILDREN(ID@row)) > 20, COUNT(ANCESTORS(ID@row)) = 0), AssigneeEmails@row, INDEX(ANCESTORS(AssigneeEmails@row), 1))
As a work around, I tried to helper sheet with an Index function to return the Assignees onto my sheet:
=INDEX({ProjectAssignees}, MATCH(ID@row, {ID_}, 0))
Is anyone else having the same issue? Is automation able to send notifications to a formula generated contact list?
Any feedback would be greatly appreciated.
Ayman