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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Send Email Digest of a...
Power Automate
Unanswered

Send Email Digest of all open Planner Tasks to individual team member

(1) ShareShare
ReportReport
Posted on by

Hi,

 

I have been struggling to create a flow that will send a recurring (weekly) email, with a digest summary of all tasks less than 100% complete. There is a template already that will send your own, but most of my team do not have the background to create their own flow, so I wanted to create a flow that would just do it for them on my behalf. I've tried everyway that I can think of, and each different way I get a different type and quantity for failures. 

 

So flow would be basically once a week, pull all tasks less than 100% complete (so open) and send a digest email to every user that has an open task with their specific tasks. Individual email, to individual user, with their specifically individual tasks in digest format? 

 

Can this be done?

 

Thank you in advance, from a person who is probably way above their head in trying to understand flows, but silly enough to try and do it anyway.

 

V/R,

 

Bill

Categories:
I have the same question (0)
  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    @Anonymous  where do you have the % of the task?

  • Community Power Platform Member Profile Picture
    on at

    @ChristianAbata I haven't tried to put it in any specific place, the only place I've tried to pull the % complete data is what ever transfers over from the value assignments.

     

    Since, I'm learning and have no real idea what I'm doing - I basically have been trying to cannibalize this flow:

     

    https://us.flow.microsoft.com/en-us/galleries/public/templates/9caab8ef716f45138b09b0544bd03798/send-a-digest-email-of-all-outstanding-planner-tasks/

     

    And trying to figure out different ways to add way that it send out to people instead of sending my tasks to myself. If that makes sense. Alot of our tasks don't have specific due dates, so I have had to try adding a condition for null value due date after the get tasks, not sure if that overly complicates what I'm trying to do as well or not. 

     

    This flow works to send me my stuff obviously, but I don't know how to substitute out "List my tasks" to get tasks or everyone else individually, and then send it out to them individually later in the flow.

     

    Thanks for entertaining my question and the help!

  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    @Anonymous  I was testing what you need and to know the percentage of a task you can use this.

    part2.PNG

     

    and to know the user follow this.

    105.PNG

  • Community Power Platform Member Profile Picture
    on at

    @ChristianAbata 

     

    So, I'm reasonably sure I missed something here - the flow runs successfully, but there are two glaring problems:

     

    The email that gets sent out includes everyone in the team's task, not just mine. I want to filter it down so that the email only shows mine, the email that Team Member 1 gets is only Member 1 tasks, email that Team Member 2 gets is only Member 2 tasks, not everyone getting everyone's task. If that makes sense.

     

    The second glaring problem, when I run the task I get 8 emails - all with the same information (everyone's tasks).

     

    Here are screen shots of the flow...

     

    Flow1.pngFlow2.pngFlow3.pngFlow4.png

  • efialttes Profile Picture
    14,756 on at

    Hi!

    You probably need to use 'List tasks' instead of 'List my tasks'. As far as I remember tasks that are not completed have no 'Completed Date' assigned (Filter Array probably needed).

     

    Then you probably need to build a dictionary of 'Assigned to' users by iterating all through your filtered tasks. Once the array is built, you will probably need to use union() expression to supress duplicates.

     

    Finally you probably need to iterate all through your 'Assigned to' users by means of an apply to each, inside it:

    -Get user profile, to get current user's email

    -Filter Array, assign as its input 'List tasks' output, to filter uncompleted tasks assigned to current user

    -Create HTML table with Filter Array results, select desired Columns

    -Send an email

     

    Do you also need to send Task Description (i.e. Notes) in your email? THis will make things more complex

    Hope this helps

     

  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    oh @Anonymous  what you can do is create a string variable at the begining of your flow then save your user value inside apply to each with append string, then outside apply to each send the email using the value in String variable.

  • Community Power Platform Member Profile Picture
    on at
    @efialttes

    Thanks so much for taking the time to reply. I'm a very new flow user, and in Publc Safety/Emergency Management so my computer background knowledge is very limited. So you lost me at union() expression. Meaning I get that i would need to an expression, but couldn't tell you how to setup the formula for that.

    And no, the email doesn't need task details. To be honest task ID, and Due date (or 0 if null) is all it needs to output.
  • Community Power Platform Member Profile Picture
    on at
    @ChristianAbata

    I am very appreciative of the help you've provided, but could I trouble you for an example for where and how to setup a string variable in this instance? Beyond my skill level.
  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    shure please see this example of how to use but with array.

    do1.PNG

     

    In the example I'm saving all channels name into the variable outside apply to each, to use it outside. In your case you need initialize string variable, let the value in blank an then inside your apply to each add append to string variable and select in name your initialized varible, in value of course you need the value that you need to save in your case the email of user I think.

     

    Please let me know if you made it.

  • Community Power Platform Member Profile Picture
    on at

    @ChristianAbata 

     

    So I tried it, and afraid I must be missing something... the flow succeeds, but still have the same result. Members are getting ALL of the planner tasks, not just the ones they are assigned, and are getting 8 duplicate copies of the same email. Here are pictures of the flow...

     

    flow1.png

    ^^ Where I placed (maybe I have it in the wrong place?

     

    Here are the parameters I put in...

     

    flow2.png

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard