Hello,
We want to create a Power automate flow to distribute mails to a vast user list. Different emails are to be forwarded to different user set.
Since the number of distinct mails is very high (~1000) Creating separate flows is not feasible.
The decision about which mail is to be forwarded to which user set is to be made upon the Email subject.
We have already worked with email forward power automate flows which uses an excel file for fetching the recipient's email addresses.
We wanted to know, is there any way to filter recipient's email based on the Comparision between subject of the mail to be forwarded and the subjects mentioned in an excel sheet which contains the list of recipients.
Attached Image "power automate flow - eg xl" shows the sample excel file which has columns for email id, subject, and mail body. What we to achieve here is to forward the mail to akshay.thakur@xyz.com if the subject of the original incoming mail is "Test for Akshay" which is also in the subject column of the Excel and so on.
Solved! Go to Solution.
I'm going to assume that there could be multiple emails/rows per Subject.
Here's a nice way to get a list of all the emails that match and joined by a semi-colon ready to send an email. What I'm not sure about is if you are just going to send a single email to everyone that has that Subject, or individual email to each match using the content from the Body column. I'll show both examples here.
For this example, I have the following Excel file.
Example 1 - Get a list of matching emails separated by a semi-colon.
Below is the full flow for example 1. I'll go into each of the actions.
When a new email arrives is fairly straight forward. Mine is set to wait for an email in a particular folder.
List rows present in a table get all the rows where the Subject is equal to the Subject of the email that just arrived.
The Select then takes each of the rows that were returned and outputs a simple array of emails.
If the Subject of the email was Test for Grant Jenkins (based on the example Excel Table) we would get back the following:
[
"grant.jenkins@microsoft.com",
"bob.jones@microsoft.com"
]
We can then use a Join to concatenate the emails separated by a semi-colon.
grant.jenkins@microsoft.com;bob.jones@microsoft.com
You can then add the output of your Join into your email and send to all recipients.
Example 2 - Send an individual email to each matching row taking the Body content from the Excel Table.
Below is the full flow. I'll go into each of the actions.
When a new email arrives, and List rows present in a table are the same as the previous example.
We then have an Apply to each that iterates over each of the rows that were returned.
Get a row will return each of the rows returned (one by one) using the ID field since this is the only field that can uniquely identify each row (your Table must have a column that contains unique values which it looks like it does).
Finally, we can use Send an email to email each of the users including the content from the Body column in the Excel Table. You need to make sure you only use the fields from Get a row in your email (not fields from List items present in a table).
The way I would probably do this is to have a switch control which is a type of condition that looks at, in this case, the subject of the email. You then have up to 27 "cases". So if the subject equals Test for Akshay then send an email. In case it's Test for Kajal then send a different email.
We do this for the hundreds of questions that come in from our staff about HR, IT and about 15 other subjects. All of which have emails sent to different department heads and there can be different content in each email.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hello @RobElliott
I tried the solution provided by you. But it solves the problem partially.
Kindly let us know, if anyhow we can incorporate dynamic text (i.e. Excel column) in Switch condition (i.e. Equals)
Yes you can use an Excel column as the Switch condition. In this example it's looking at the Lastname column in the table. So the first case would equal Thakur, the second Badlani, the third Aware etc etc
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @RobElliott ,
We want the particular recipient to be in accordance to the subject column value which matches the subject entered in "Equals" of the switch node.
For instance, if the received email has subject "TEST for Kajal", then it should be forwarded to the email address corresponding to the row in excel which has the same subject.
Thanks.
Will each Subject in your Excel table be unique? Or could there be a Subject that appears more than once in which case it would be forwarded to multiple people?
I'm going to assume that there could be multiple emails/rows per Subject.
Here's a nice way to get a list of all the emails that match and joined by a semi-colon ready to send an email. What I'm not sure about is if you are just going to send a single email to everyone that has that Subject, or individual email to each match using the content from the Body column. I'll show both examples here.
For this example, I have the following Excel file.
Example 1 - Get a list of matching emails separated by a semi-colon.
Below is the full flow for example 1. I'll go into each of the actions.
When a new email arrives is fairly straight forward. Mine is set to wait for an email in a particular folder.
List rows present in a table get all the rows where the Subject is equal to the Subject of the email that just arrived.
The Select then takes each of the rows that were returned and outputs a simple array of emails.
If the Subject of the email was Test for Grant Jenkins (based on the example Excel Table) we would get back the following:
[
"grant.jenkins@microsoft.com",
"bob.jones@microsoft.com"
]
We can then use a Join to concatenate the emails separated by a semi-colon.
grant.jenkins@microsoft.com;bob.jones@microsoft.com
You can then add the output of your Join into your email and send to all recipients.
Example 2 - Send an individual email to each matching row taking the Body content from the Excel Table.
Below is the full flow. I'll go into each of the actions.
When a new email arrives, and List rows present in a table are the same as the previous example.
We then have an Apply to each that iterates over each of the rows that were returned.
Get a row will return each of the rows returned (one by one) using the ID field since this is the only field that can uniquely identify each row (your Table must have a column that contains unique values which it looks like it does).
Finally, we can use Send an email to email each of the users including the content from the Body column in the Excel Table. You need to make sure you only use the fields from Get a row in your email (not fields from List items present in a table).
Hey @grantjenkins ,
Thanks for such an elaborate response!
I am currently applying these suggestions and will let you know once they are done.
Hey @grantjenkins ,
Kudos to your solution.
Solution 1 did the trick for us. Thanks a lot mate!
Hi Grant,
I used this extremely helpful information to create a similar flow. However, I am running into an issue with multiple emails being sent to each recipient. Do you have any recommendations about that?
https://powerusers.microsoft.com/t5/Building-Flows/Flow-Sending-Multiple-Emails/m-p/1997182#M220151
Thank you!
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24 17 @Anil_g 7 @ManishSolanki 13 @eetuRobo 5 @David_MA 10 @VishnuReddy1997 5 @SpongYe 9JhonatanOB19932 (tie) @Nived_Nambiar 8 @maltie 2 (tie) @PA-Noob 2 (tie) @LukeMcG 2 (tie) @tgut03 2 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate @Deenuji 12@ManishSolanki 19 @Anil_g 10 @NathanAlvares24 17 @VishnuReddy1997 6 @Expiscornovus 10 @Tjan 5 @Nived_Nambiar 10 @eetuRobo 3 @SudeepGhatakNZ 8 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2 Anil_g2 SharonS2
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages