How do I notify team members of a potential action to-do if they are not assigned to the action?

Hi @marinam,

You can use a query similar to the following post to retrieve the Manager’s email:

Instead of SELECT [LASTNAME],[FIRSTNAME] put SELECT [EMAIL]

Eddy.