brendalpzm
Board Regular
- Joined
- Oct 3, 2022
- Messages
- 59
- Office Version
- 365
- 2021
- 2019
- 2016
- Platform
- Windows
I have a sharepoint list where items are input from a form (List1) and another list with users and emails (List2).
I want the flow to check whenever an item is created in List1 and look up in the List2 and get all the emails that are classified as Admin in the column Profile and send an email to all those emails.
I am not sure how to do this.
is like this
So basically in the To: field of the email should be email2@example.com and email3@example.com
I want the flow to check whenever an item is created in List1 and look up in the List2 and get all the emails that are classified as Admin in the column Profile and send an email to all those emails.
I am not sure how to do this.
is like this
Ttitle | Choices | Single line text |
Ttitle (username) | Profile | |
personone | Tech | email1@example.com |
persontwo | Admin | email2@example.com |
persontwo | Admin | email3@example.com |
So basically in the To: field of the email should be email2@example.com and email3@example.com