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 :
Power Platform Community / Forums / Power Automate / Unable to send Flow Em...
Power Automate
Unanswered

Unable to send Flow Email out if SharePoint task Due Date is in the past and not completed

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I am working with SharePoint task list and trying to build flow for the same. Basically if a task Due Date is less than or equal to today and if its not marked as completed then send an email out to the user to whom the task is assigned. Below is the task list screenshot.

taskList.JPG

So to overcome that I am using below condition formula: in flow.

 

@AND(lessOrEquals(formatDateTime(item()?['DueDate'], 'MM/dd/yyyy'),
formatDateTime(addDays(utcNow(), 0), 'MM/dd/yyyy')),equals(items('Apply_to_each')?['Checkmark'], 0))

 

Below is the flow screenshot as well:

 

Capture.JPG

The Flow runs successfully but the condition evaluates to false. As per the Task list screenshot, I have two overdue tasks, out of which Finance Report task is completed but Accounting report is not. So based on the condition and flow formula, it should have notified me for "Accounting report" task since its due date is in past and completed (checkmark) is also 0. Can someone help me correct this, might be making a  minor mistake here.

 

Thanks in advance.

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    on at
    Re: Unable to send Flow Email out if SharePoint task Due Date is in the past and not completed

    Try to debug your condition to see which one fails.

    Create 3 variables where you will store your result of each on of your AND statement, then you will see which one fails or contains the value.

    Then you have your variables and the condition can then be changed to use the variables, this will also make your flow more readable

  • Verified answer
    Community Power Platform Member Profile Picture
    on at
    Re: Unable to send Flow Email out if SharePoint task Due Date is in the past and not completed

    After spedning some time and doing some reaserch, I finally figured out.

    I had to basically use the Task Status Value label to check its not completed.

    First condition used is as follows: @not(equals(items('Apply_to_each')?['Status']?['Value'], 'Completed'))

     

    Second Condition I added was: @lessOrEquals(formatDateTime(item()?['DueDate'], 'MM/dd/yyyy'),
    formatDateTime(addDays(utcNow(), 0), 'MM/dd/yyyy'))

     

    Flow screenshots below, hopefully it will help someone.

    Flow1.JPGFlow2.JPG

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

#2
Tomac Profile Picture

Tomac 456 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard