Email Task

Paw_of_Doody
Participant II

Trying to set up a Send an email task, and would like it to be emailed to anyone with an admin role. How would I write this in the To expression formula?

0 2 95
2 REPLIES 2

Aurelien
Participant V

HI @Paw_of_Doody

You may want to combine these two expressions if you have a table with employees emails and admin emails:

Something like:

LOOKUP(USEREMAIL(),
   "Employees",
   "emailEmployee",
   "emailAdmin"
)

EDIT:
at reading again your post, I think I did not fully understand your question.
I have no knowledge of the possibility to get a list of app admin emails.
Maybe @Steve will know ?

Paw_of_Doody
Participant II

Thanks @Aurelien! I used the Lookup function and it seems to do the trick.

Top Labels in this Space