Sep 20 2023 12:43 AM - edited Sep 20 2023 12:44 AM
Hi,
I'm trying to isolate the individual email addresses based on a multiple selection person/group column and then send the individual an email rather than all email addresses in the column.
Is there a solution for this through Power Automate?
Sep 20 2023 01:45 AM
Hi @Strydom1977,
Sending individual emails based on a multiple selection person/group column in Power Automate is a possibility
Here is an example of how you could use this to send individual emails to members of a team when a new project is created:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 20 2023 05:28 AM
Sep 20 2023 05:37 AM
Hi @Strydom1977,
you can customize the emails based on the person's name and the report that they need to do. To do this, you can use the following steps:
Replace [Person Name] with the dynamic content for the person's name. Replace [Report Name] with the dynamic content for the report name. Replace [Due Date] with the dynamic content for the report due date. Replace [Your Name] with your name.
Add a "Send an email" action to the "Apply to each" loop and enter the following expression in the "Body" field:
@{outputs('Create string')}
This will send a personalized email to each person in the "Team members" column, with the relevant information about the report that they need to do.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 20 2023 05:52 AM
Sep 20 2023 05:59 AM
Hi @Strydom1977,
You can follow the above steps after the first solution I gave you.
This will allow you to customize the emails based on the person's name and the report that they need to do.
Here is like a summary of all of the steps:
Replace [Person Name] with the dynamic content for the person's name. Replace [Report Name] with the dynamic content for the report name. Replace [Due Date] with the dynamic content for the report due date. Replace [Your Name] with your name.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 20 2023 06:17 AM