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 / If expression for date...
Power Automate
Answered

If expression for date failing

(0) ShareShare
ReportReport
Posted on by 19

I am running the following flow to create items in SharePoint list from Excel files and I am receiving an error on the If expression I am using for the Date Returned column. I added the expression because I received an error for having no dates in some items.

 

The other date columns are pulling in as expected, but they all contain a date so no If expression was needed. I do have the DateTime format set to ISO 8601.

 

Is there something else I need to add to the IF statement? 

if(equals(item()?['Date Returned'],''),null,item()?['Date Returned'])

 

CRMCS_3-1672946302541.png

 

 

CRMCS_7-1672946920090.png

 

Error Message:

CRMCS_4-1672946517997.png

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    Sundeep_Malik Profile Picture
    6,501 on at

    Hey @CRMCS 

     

    Use the following expression it might help:

     

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

     

    Link for Handling Excel Dates in Power Automate:

     

    https://www.shanebart.com/ms-flow-excel-dates/

     

    I hope this helps 🙂

  • CRMCS Profile Picture
    19 on at

    That worked! Thank you!

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
Valantis Profile Picture

Valantis 711

#2
Vish WR Profile Picture

Vish WR 691

#3
Haque Profile Picture

Haque 525

Last 30 days Overall leaderboard