Question/Issue:
How to exclude emails from workflows?
In the "inactive license" workflow, is there a way to exclude a list of emails?
For example:
Create Asana task if the license is inactive but ignore it if it's one of these emails.
Resolution:
Torii does not support distribution lists in the "Send email" action. You should either add emails 1 by 1, or look for a common attribute for all emails, e.g user email contains X.
IF ELSE branch action would be:
* Branch 1 - If user email contains X (no action)
* None met - create Asana task
Variations: