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 / get excel data time is...
Power Automate
Answered

get excel data time is wrong

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

In excel column is date format “yyyy/MM/dd”, but after flow to get my excel data ,it will become "DATE_LAB": "43691.3573611111" .

 

 

So how can I modify my flow to let me get the right value ??

Categories:
I have the same question (0)
  • RezaDorrani Profile Picture
    12,145 on at

    Hi @Anonymous 

     

    Excel date columns are converted to numbers in Flow - this is by design

     

    An option would be to create a text column in excel for the date field(mm/dd/yyyy format) and then in Flow you can use

    convertToUtc(variables('date'),'Pacific Standard Time') and convert your string field value into UTC from your base time zone and use in Flow
     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

     

  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hi @Anonymous 

     

    This is a known issue with the excel connector. There are two ways you can address this: 

    1. As suggested by @RezaDorrani  convert the column (you will have to select the entire column) and then cange the datatype to plain text and then use the format date time function in flow. 

    2. refer to the formula provided in this solved thread to directly get the values in Flow https://powerusers.microsoft.com/t5/Building-Flows/Excel-dates-turned-into-integers/td-p/130364

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This is my excel file ........

     

    After I use the method, in flow ,This situation is still the same

     

    1.JPG

     

    2.JPG

  • Verified answer
    v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Since the return value is Float, so you need to process the Float into an integer, we can use the split function to separate it into integer and decimal parts. Then get the integer part to put into the expression:

    int(split(string(outputs('Compose')),'.')[0])
    addDays('1899-12-30',outputs('Compose_2'),'yyyy-MM-dd')

    Annotation 2019-09-16 140407.png

    This is the result of runs:Annotation 2019-09-16 140353.png

     

    I hope it can help you.

     

    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.

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thank you very much @v-litu-msft 

     

    After your method , I can get right value. But  when I use this in condiction ,even though compse3 is '2019-09-116' and utnNow('yyyy-MM-dd') is 2019-09-16 ,the result is false..........

     

    How can I compare this string ???

     

    3.JPG

  • v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    I have tested on my side, but not find the same issue, please confirm the formate of the utcNow is same as the output of Compose action.Annotation 2019-09-16 164348.png

     

    Annotation 2019-09-16 164531.png

    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.

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 573

#2
Valantis Profile Picture

Valantis 407

#3
11manish Profile Picture

11manish 387

Last 30 days Overall leaderboard