I have a sharepoint list named comments. What I want to do is get all the emails from sharepoint list based on ID and then send an email to each one of those emails. I plan to get all emails from 'created by' column..
How can I do this?
I have a sharepoint list named comments. What I want to do is get all the emails from sharepoint list based on ID and then send an email to each one of those emails. I plan to get all emails from 'created by' column..
How can I do this?
@YamiteKudasai Please follow these steps-
1. Choose trigger
2. Get Items- This will give you all SharePoint List items.
3. Apply to each- Pass value from Get Items
4. Inside Apply to each Use compose- Add Createdby Email
5. Then add Send email action.
Please 'Thumbs Up' the posts that helped you and 'Mark as Solution' if my post answered your question.