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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to create an Excel...
Power Automate
Unanswered

How to create an Excel trigger condition which triggers when a value in a column is met and the date column is overdue

(1) ShareShare
ReportReport
Posted on by 2

Hello, I am trying to create a flow that triggers when a value in the ‘Project Status’ column is anything but ‘Completed’ and the value in the ‘Due Date’ column is later than today’s date (i.e: is overdue). The date format in the ‘Due Date’ column is ‘dd/MM/yyyy’. And then from this I want an email to be sent to me with this information.

 

I have tried:

 

@triggerBody['RAID Status'] != 'Completed' && new Date(triggerBody['Due Date'].replace('-', '/')) > new Date()

 

@Anonymous(equals(triggerBody()?['RAID Status'], 'Completed’)), greater(formatDateTime(triggerBody()?['Due Date'], 'yyyy-MM-dd'), formatDateTime(utcNow(), 'yyyy-MM-dd'))

 

These are invalid expressions though and I’m not sure how to create a valid expression. If anyone can advise me on what to do that would be helpful. And once the valid expression is there I'm assuming I create an action for send an email with Outlook and then add the column names in the body of the email from the selector tool. Thank you

Categories:
I have the same question (0)
  • sam_p Profile Picture
    3 on at

    triggerBody['RAID Status'] != 'Completed' and equals(triggerBody['Due Date'], utcNow()

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 469

#3
11manish Profile Picture

11manish 364

Last 30 days Overall leaderboard