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 : mY0rr1tFsF0gcL/Q4lj2W2
Power Automate - Building Flows
Unanswered

Monthly email with info about new items in SP list

Like (0) ShareShare
ReportReport
Posted on 20 Dec 2017 10:38:26 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

 

 

 

I have the same question (0)
  • MM-05080756-0 Profile Picture
    410 on 05 Feb 2019 at 14:29:57
    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 11 Jan 2018 at 09:06:29
    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 10 Jan 2018 at 15:24:56
    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 21 Dec 2017 at 07:24:08
    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 20 Dec 2017 at 16:08:35
    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 20 Dec 2017 at 15:59:50
    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 20 Dec 2017 at 15:51:16
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 854 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 525 Moderator

#3
trice602 Profile Picture

trice602 318 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete