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 / Flow to email Planner ...
Power Automate
Answered

Flow to email Planner Task Assignee(s) reminders of due date

(0) ShareShare
ReportReport
Posted on by

Trying to find a way to email the assigned user of planner task a reminder when the task is not yet completed and the due date is approached or has passed.  The logic and parameters for the majority of this are fairly straightforward, however I can't seem to find a parameter in flow for task Assignee(s).  Any idea how to design this senario.

 

Categories:
I have the same question (0)
  • SCTdan Profile Picture
    604 on at

    That connector needs an update, that's for sure.  You're correct, it does not directly return the assigned user.

     

    But, it does return the userid-

     

     

     

     

    So, you could then create a loop going through the user profiles and comparing the userID.  An extra loop in there to account for multiple assignees.  Use 'Search for Users' with no search term to get your full list of users.

     

     

    Thanks

    dan

     

    If you have found my post helpful, please mark thumbs up.

    If this post has solved your problem, please click "Accept as Solution".

  • Verified answer
    v-bacao-msft Profile Picture
    on at

    Hi @Anonymous ,

     

    You could configure your Flow by following the methods below:

    • Use Recurrence as a trigger and run it once a day.
    • Configure List task action to get all the tasks.
    • Iterate through all the tasks and use Condition to filter out the eligible tasks. Value Completed By is equal to null. In addition, if it is notified one day before the task deadline, value Due Date Time needs to be equal to the current date plus one day.

    Expression:

    formatDateTime(items('Apply_to_each')['dueDateTime'],'yyyy-MM-dd')
    
    is equal to
    
    addDays(utcNow(),1,'yyyy-MM-dd')
    
    • Then iterate through all the Assigned To User Id, use Get user profile action to get the user's email, and finally configure Send an email action.

    Image reference:31.PNG

    32.PNG

    Please take a try.

     

    Best Regards,

  • Community Power Platform Member Profile Picture
    on at

    Hi  

     

    hat helps me a lot.

    If you have a blog or learning resource url please share with me.

    I'm a beginer and eager to learn MS Flow more.

     

    Kind Regards,

    TOR

  • Community Power Platform Member Profile Picture
    on at

    Thank you for the explanation.

    If you could share some screen short that would be more helpful.

     

     

  • troyansky Profile Picture
    2 on at

    Hi,

     

    I am trying to do something similar, only to send an email when the start date is today as a reminder.

     

    I tweaked the flow to have: "value start date" is equeal to "utcNow()" but I m getting always condition false.

     

    Any ideas?

     

    Capture.PNG

     

     

    Thank you

     

     

  • joneshai Profile Picture
    2 on at

    I am getting an error message using this code. Can you help? 

     

    Unable to process template language expressions for action 'Condition' at line '1' and column '20839': 'The template language expression 'formatDateTime(items('Apply_to_each')['dueDateTime'],'yyyy-MM-dd')' cannot be evaluated because property 'dueDateTime' doesn't exist, available properties are '@odata.etag, planId, bucketId, title, orderHint, assigneePriority, percentComplete, createdDateTime, hasDescription, previewType, referenceCount, checklistItemCount, activeChecklistItemCount, id, createdBy, appliedCategories, assignments, _assignments'. Please see https://aka.ms/logicexpressions for usage details.'.

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard