Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Date format changes in excel

(0) ShareShare
ReportReport
Posted on by

I want to read a date in excel.

Then compare it when the date is 30 , 60 and 90 days from the current date, it will send out an email automatically based on the email provided in the excel sheet.

However, the date could not be read properly from excel and does not compare it from my expressions needed.

  • Verified answer
    v-litu-msft Profile Picture
    on at
    Re: Date format changes in excel

    Hi @Anonymous,

     

    The return of Date column from Excel table is the days' number count from 1899-12-30, so if you want to compare it, you should use addDays() function to convert it into a correct date, for example:

    addDays('1899-12-30', int(item()?['Date']), 'yyyy-MM-dd')

    One point that needs to notice is when you compare the date, the format should be 'yyyy-MM-dd', cause the compare starts from the beginning.

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • BenjaminJarry Profile Picture
    119 on at
    Re: Date format changes in excel

    How do you store it into excel ? 

    (where / what format)

     

    What is your if condition ? (should be "Exceldate is superior to adddays(utcnow(),30)" or like)

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1