web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : SF7bE/5/eR/h56KPfV2woK
Power Automate - Building Flows
Unanswered

Send email with a list of actionable items in monthly basis

Like (0) ShareShare
ReportReport
Posted on 21 Oct 2019 11:33:21 by 6

Hi Community,

I am a completely newbie to Flow so please be patient with me.

I was asked by boss to create an automation that send out a list of actionable items with due date (in the form of excel table) to the team so that they can work on it in due time.

I read some posts and I have some ideas in my mind now: -


Create a scheduled / reccurring flow
Creat a HTML table (This is the most confusing part for me as the number of actionable items vary in different month)
Outlook - Send an email (to a specific person and cc my boss)


Do you guys think it is a good direction to go or is there any easier way to achieve that?

 

Thank you so much in advance!

  • yashag2255 Profile Picture
    24,669 Super User 2024 Season 1 on 01 Nov 2019 at 11:48:01
    Re: Send email with a list of actionable items in monthly basis

    Hey @Rayc12281996 

     

    Were you able to resolve? If this issue is resolved, please mark the response that helped you as 'Accept as Solution'. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • yashag2255 Profile Picture
    24,669 Super User 2024 Season 1 on 24 Oct 2019 at 11:58:57
    Re: Send email with a list of actionable items in monthly basis

    Hey @Rayc12281996 

     

    So you need to get rid of the entire apply to each 3 loop and just add the Send an Email action below the create an HTML table action. You are already iterating on each unique email in the apply to each 2 loop/ 

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Rayc12281996 Profile Picture
    6 on 24 Oct 2019 at 06:16:41
    Re: Send email with a list of actionable items in monthly basis

    @yashag2255 

    The belows show how my flow was built. Also, how can I check how the records are getting filtered?

    1/31/32/32/33/33/3

  • yashag2255 Profile Picture
    24,669 Super User 2024 Season 1 on 23 Oct 2019 at 15:16:24
    Re: Send email with a list of actionable items in monthly basis

    Hey @Rayc12281996 

     

    Can you share a screenshot of the flow? Can you check the filter that you are looping and how the records are getting filtered? that way we might be better able to identify the issue and assist you with this. 

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Rayc12281996 Profile Picture
    6 on 23 Oct 2019 at 02:30:13
    Re: Send email with a list of actionable items in monthly basis

    @yashag2255 

     

    Somehow the Flow does not work. It sends out email regardless of whoever I wanted to send email to.


    Simplified TableSimplified Table

    Expected outcome: -

     

    To: Peter@abc.com                  To: Edward@abc.com
    ----------------------               ---------------------------
    Task 1                                       Task 4
    Task 2                                       Task 5
    Task 3

    Thanks so much in advance!

  • yashag2255 Profile Picture
    24,669 Super User 2024 Season 1 on 22 Oct 2019 at 06:08:06
    Re: Send email with a list of actionable items in monthly basis

    Hey @Rayc12281996 

     

    So your questions first:

    1. Body is basically the output of the filter array. This means, it will be an array that consists of items/ rows that have the column Person in charge value equals to the current item in the iteration. There is not really much that you can change here. If you want to customize the column headers and that stuff, you can do that in the advanced options of the action by defining custom headers. 

     

    2. In SharePoint usually the Person type column gets you all those details. In excel, you might have to create another column and then store the email address of the respective person for that particular row over there. Or you can use the office 365 users action to get the user and then get their email from there. 

     

    The create HTML table is created from that array so irrespectice of the number of rows, this will create it based on the output of the filter array action so the dynamic rows part will be automatically be taken care of here. 

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Rayc12281996 Profile Picture
    6 on 22 Oct 2019 at 02:16:14
    Re: Send email with a list of actionable items in monthly basis

    @yashag2255 Thank you so much

    My data source is stored in my One Drive sharing with the team and I'd like to retrieve the data using Excel Online (Business) -> List rows present in a table

    you can see the actual content below for your reference: -


    Table of the data sourceTable of the data source

    To be precise, I would like to send a list of actionable items (items with deadline2 equals to the current month) an email at the start of every month. As you can see from the table, there may be only one item in October and two items in November. So I cannot define the number of row in advance and it has to be dynamic and flexible.


    Meanwhile, I am following your instruction to build the flow but I am confused at certain points: -

    Flow following your instructionFlow following your instruction

    1. In Create HTML table, what does it mean by Body? How can I amend the structure & content of the body?
    2. How can I define the email address for each specific person as in Person In Charge?

    Thanks in advance!

  • yashag2255 Profile Picture
    24,669 Super User 2024 Season 1 on 21 Oct 2019 at 12:32:38
    Re: Send email with a list of actionable items in monthly basis

    Hey @Rayc12281996 

     

    You are pretty much correct on the steps part. Can you share what is the data source? Based on that you might have to do some filtering for getting individual tasks for individual people. 

     

    If your data source is a SP list, you can do something like this:eer1.PNG

    Get items action and then initialize an array variable to store the unique names of all the persons who have tasks assigned. 

    eer2.PNG

    For each unique name, filter array to get the tasks assigned to them and create an HTML table from that and finally send the email action. 

    eer3.PNG

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete