Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Monthly email with info about new items in SP list

(0) ShareShare
ReportReport
Posted on by 410

Well, the title says it all: 

I want to create a flow that sends an email (kind of a "newsletter") with a table containing information from two or three custom columns in a Sharpoint online list (probably "summary" text column and "created by"), for all the items created the past month.

 

My problem is, I do not understand how to manage

  1. how to collect the items (I suppose Filter array is the thing to use, but I am a total noob on coding, so ...)
  2. how to put them into the (html) email.

All suggestions are welcome and appreciated!

 

This is what I've created ... I think it's a start, but not more than that.

Namnlöst-1.jpg

 

 

 

  • MM-05080756-0 Profile Picture
    410 on at
    Re: Monthly email with info about new items in SP list

    Hi again,

    I have paused this for a long time, but now it is time to get it working.

    Something is clearly wrong, the html table in my e-mail just contains the formula from the "Select" action.

    But I cant't find the error.

    Thankful for all the help I can get.

     

    Namnlöst-5.jpg

    Namnlöst-7.jpg

  • MM-05080756-0 Profile Picture
    410 on at
    Re: Monthly email with info about new items in SP list

    Well ... sorry, no, it doesn't really work. It sends one email with a html table per new item, instead of creating a html table with all items. Somewhere I have made a mistake.

    I know my Flow doesn't look exactly like the one v-xida-msft created, but the Flow created an "Apply to each" by itself. Maybe that's the error - but how do I avoid it?

    In the Run history, the run is marked as succesful. The Filter array action indata displays all items, but the outdata only displays one (the oldest). But two e-mails are sent, one for each item.

     

     

    flow2.jpg

  • MM-05080756-0 Profile Picture
    410 on at
    Re: Monthly email with info about new items in SP list

    Thanks, that was a nice guide to follow 🙂

    It works perfect (almost - I have an isssue with the html table, since it insists on showing input from an alternatives column like this in the email:  value.jpg

  • v-xida-msft Profile Picture
    on at
    Re: Monthly email with info about new items in SP list

    Hi @MrtnM,

     

    Do you want to use Filter array action to filter all the items created the past month?

    Further, do you want to save the collected items as a html table?

     

    I have made a test on my side and please take a try with the following workaround:

    • Add a proper trigger, here I use Recurrence trigger.
    • Add a “Get items” action, specify Site Address and List Name.
    • Add a Filter array action, From set to output of “Get items” action, click “Edit in advanced mode”, type the following formula:

     

    @greaterOrEquals(formatDateTime(item()?['Created'], 'MM/dd/yyyy'), formatDateTime(addDays(utcNow(), -31), 'MM/dd/yyyy'))

     

    • Add a “Select” action, From set to output of “Filter array” action, within Map entry, first Enter key box set to Course Title text, right Enter value box set to following formula:

     

    item()?[‘Course_x0020_Title’]

     

    Second Enter key box set to Course Code text, right Enter value box set to following formula:

    item()?[‘Course_x0020_Code’]

    Third Enter key box set to Created text, right Enter value box set to following formula:

    item()?[‘Created’]
    • Add a “Create HTML table” action, From set to output of “Select” action.
    • Add a “Send an email” action, Body set to output of “Create HTML table” action.

    Note: "Course Title", "Course Code" and "Created" are all columns of SharePoint list.

     

    Image reference:7.jpg

     

    8.jpg

    The flow works successfully as below:11.JPG

     

    10.JPG

     

    Best regards,

    Kris

  • efialttes Profile Picture
    14,756 on at
    Re: Monthly email with info about new items in SP list

    Hi again

    Also @v-yamao-msft has provided vary vauable feedback in this thread 

    https://powerusers.microsoft.com/t5/Building-Flows/Get-Items-and-then-Send-Email/m-p/76824#M7603

     

    In the thread you will see detailed a condition that compares "Created" date from SP item with Today. So, "Created" can be used for date comparisons.

    Happy Flowing!

     

  • MM-05080756-0 Profile Picture
    410 on at
    Re: Monthly email with info about new items in SP list

    Thanks! I will look into that and hope I understand it 🙂

  • efialttes Profile Picture
    14,756 on at
    Re: Monthly email with info about new items in SP list

    Hi

    I assume "Hamta objekten" equals to "Sharepoint Get Items", also FilterMatris equals to "Filter Array".

    If so, you need to fill the condition inside Filter Array, just to get the items you are interested in. I guess you can take as reference the content of "Created" Date and Time and remove items older than one month.

    Once filtered, there is an acton block that helps you to build an HTML table. Once built, you can add the corresponding action block to send an email (Office 365 Outlook Outlook, gmail, etc.) Please note in this last step you shall add the HTML table to the body and mark option IsHTML? to Yes.

     

    There is a great tutorial published on Microsoft Flow official Blog explaining a very similar scenario.

    https://flow.microsoft.com/en-us/blog/email-digest-date-manipulations/

     

    Hope this helps

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1