cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
littlek
Frequent Visitor

Sending Scheduled Emails with Excel Rows Included

I am new to Microsoft Flow/Power Automate and I am trying to work on a project with it. I have been experimenting with it but I am still getting issues.

 

My goal is to send emails to specific people in my company at the end of the day or week ever day or week.

 

The email needs to contain the data from rows in an excel sheet.

 

There are new rows added daily and the email should only send the most recent rows.

There is a data field in the excel data but idk if that could be used to determine which rows to send?

 

I would also like to send all the rows related to one person under a single email.

Right now when I send it every row comes in as a separate email, which I could see being very irritating for people.

 

Here is my current flow:

Flow1.JPG Flow2.JPG

 

What is wrong with my Flow?

How do I get it to do what I want?

 

Please Help!

1 ACCEPTED SOLUTION

Accepted Solutions

 

Hi @littlek ,

 

As @edgonzales  suggested, please try the following configuration:

Spoiler
56.PNG57.PNG58.PNG59.PNG

And you could add more rows in Condition control to filter rows.

Feel free to let us know if you have any other questions.

 

Best Regards,

Community Support Team _ Barry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

15 REPLIES 15
edgonzales
Most Valuable Professional
Most Valuable Professional

@littlek 

Hi there.  So, what your flow is doing is going once a week to that spreadsheet and getting all of the rows (let's pretend you have 10 rows).  One of the columns of that spreadsheet is "Customer eMail", so when you drop that in the "To" field, flow presumes they'll all be different and automatically creates an "Apply to each" loop for you (note the gray box).

 

So, what it's doing is moving through all of the rows, one at a time, and 'doing the thing'...in this case, sending an email with all of that information in the body.

 

The way around this is to stage everything ahead of time by using a Select action and/or a Create HTML table.  But there's still the question of the email address...your question said you want to send it to certain people at work but the flow shows 'Customer eMail'.  Are we sending the eMail to the same people each week?  

 

It's possible to grab the list, figure out all of the 'people', and then cycle through the list to only grab their relevant rows, and shoot off an email.  It's probably an intermediate thing, but we can do it.  We would definitely want to know which rows to send (based off a "Status" field or something, right?).

 

Let me know what you think and we can get started.

-Ed

 

If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.

The Customer Email thing in the "To" field is more of a placeholder.

That column has the email address of all the customers.

In my case I was thinking we could make another column that has the email address of the person in the company that email would need to go to (call it Account Manager email) so that it would read the "To" field and only send the relevant emails for that person to them.

I'm not even sure if that would work though?

 

It's possible to grab the list, figure out all of the 'people', and then cycle through the list to only grab their relevant rows, and shoot off an email.  It's probably an intermediate thing, but we can do it.  We would definitely want to know which rows to send (based off a "Status" field or something, right?).

This is definitely what I want to do though.

If possible I would want to decide which rows to send based off the "Date Field" (so it will only send the last weeks worth of rows every week).

 

Thank You

edgonzales
Most Valuable Professional
Most Valuable Professional

@littlek 

Ok, lots to do.  The article below isn't doing exactly the same thing, but it uses some of the concepts you want (Grouping a list by a column where the data is moderately dynamic).  It might seem a bit much, at first, but read through that and see if that makes sense.  You won't be doing the part where we're adding numbers and variables; instead, you'll add the row to an array and then turn it into an HTML table to send via email at the end.

 

Group By and Sum in Power Automate / Flow

 

Keep at it.

-Ed

 

If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.

 

 

Hi @littlek ,

 

As @edgonzales  suggested, please try the following configuration:

Spoiler
56.PNG57.PNG58.PNG59.PNG

And you could add more rows in Condition control to filter rows.

Feel free to let us know if you have any other questions.

 

Best Regards,

Community Support Team _ Barry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-bacao-msft That makes sense.

 

Though I am having an issue where it just sends an empty email.

It seems it is reading the condition as false no matter what.

 

And when I move the "Append to array variable 2" to the "No" it just sends an email with every row in it.

I need it to only send the past 7 days worth of rows (every row has a date field).

 

It also is not not sending rows based on email.

Whatever email address is in the email field is the only address I want that particular row to send to.

 

How do I accomplish this?

 

It also tends to freeze/time out.

 

Hi @littlek ,

 

According to the configuration method provided by me, there will be at least one record in each table.

Please carefully check my configuration and pay attention to the selection of Dynamic content.

 

In addition, I have mentioned in the previous reply, if you want to filter records based on date, you can add rows to Condition to filter records.

 

If the date field type is Date, then you also need to use the expression to restore number to Date for comparison, please refer to the following thread:

https://powerusers.microsoft.com/t5/Building-Flows/Excel-file-to-list-flow-date-issue/m-p/279258#M28...

 

Best Regards,

Community Support Team _ Barry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ok thank you.

I see now.

hi, I forgot to set the variable to union/find unique approver.

All sorted now.

 

Thanks you for your help @v-bacao-msft , @edgonzales ,@JohnAageAnderse 

 

@JohnAageAnderse  ( I will try your approach for next project)

 

AC_Flow_0-1595828455565.png

 

Hi @v-bacao-msft 

 

Thanks for posting this solution - would you know how to add a CC in to this flow? I have both email and CC in my table and need to include the CC as well.

 

Thank you!

@v-bacao-msft Is it possible to get the table with format? The source sheet has certain cells highlighted and would need the colours being transferred along with the text. 

 

Thanks in advance. 

Hi @v-bacao-msft thanks a lot for your instructions! 

 

Could I have your support in finding a solution for what I've basically copy+pasted from your example.

 

I have, carefully, checked each step, trying to make this instruction to work for two days now and I'm being extremely annoyed with it as it doesn't want to work. Why?

 

This is the error I receive:

Spoiler
TCop93_0-1630668735683.png

The translation of the error is here:

Unable to parse template language expressions for "Apply_to_every_2" action on row "1" and column "20567": "The template language function parameter" union "must be a comma-separated list of arrays or objects. The function was called with parameters of type "String". Please see https://aka.ms/logicexpressions#union for details on use. ”.

 

Sadly, I am unable to change the language settings due to the organizational rules. 

 

I would like to add, that I checked the union function and it's all same as per your instruction 

union(variables('Email'),variables('Email'))
 
So, I don't understand why the error message pops up while igniting the flow. I do not receive any error at the edition stage. No warnings, etc.
Spoiler
TCop93_2-1630669096819.png

 

 Could you advise kindly?

 

 

Thank you so much for this detailed explanation 😄 @v-bacao-msft you are the best!!!

Anonymous
Not applicable

Hello @v-bacao-msft. The flow worked wonderfully for me, but I was wondering if I could send an email with dynamic information? For example, I want to add a name from my file in the subject line. When I try to add dynamic data, it creates a new apply to each loop and the flow does not work. Can you please help me out with this?

Hi,

 

I have followed your solution and I have managed to do everything apart from a single email for multiple email addresses. My flow is still sending multiple emails to the same email address that exists more than once on the excel list.

 

Not sure what I have done wrong. My flow looks exactly like yours

 

Thanks

Figen

To help others trying to follow this useful flow flow, please note that the order of the screenshots is out of sequence. The 'Apply to each3' step configuration screenshot is shown the bottom of the screenshots.

 

 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

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!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

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  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

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.    

Updates to Transitions in the Power Platform Communities

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

Users online (831)