cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
LLinx
Resolver I
Resolver I

ISO dates from Excel only working in test mode, not in Run mode

Hi!

 

I'm having trouble getting a Date field from Excel to be returned in ISO format. While it works in "test" mode, it does not work in live/run mode.

 

Some backstory: I've created a flow to export data from one of our internal systems via an API, and write the resulting data to an Excel file. The API connector allows me to request data for a specific time period. To ensure I always request the necessary results, even if the flow would have failed once, I start my flow by reading the existing Excel file, getting the highest "Last Updated Date" and using that as the starting date range.

 

When extracting this data/Date from Excel, something strange is occuring. When I "test" the flow, it all works perfectly. The flow connects to the excel, gets the TOP 1 record, on Last Updated Date descending, and returns it in ISO mode.

LLinx_1-1695624521531.png

 

The following Compose step gets the first() row from the excel and extracts the date from it, and formats it to the correct format I need.

formatDateTime(

first(outputs('List_rows_present_in_a_table')?['body/value'])['LastUpdatedDate'],

'yyyy-MM-dd hh:mm:ss')

When running this flow in "Test mode", it works perfectly.

LLinx_2-1695627212466.png

Without doing any changes, if I run the same flow on the schedule, or clicking the "Run" button, it fails.

LLinx_3-1695627268208.png

LLinx_4-1695627308525.png

Unable to process template language expressions in action 'First_Date' inputs at line '0' and column '0': 'In function 'formatDateTime', the value provided for date time string '45194.275' was not valid. The datetime string must match ISO 8601 format.'.

And indeed, the returned json from Excel returns the date as a number when in Run mode:

LLinx_5-1695627381985.png

 

While it returns the date as ISO date in "Test" mode.

LLinx_6-1695627429372.png

 

Has anyone else had this issue before? Any ideas on how to resolve this?

5 REPLIES 5

Thank you for the pictures, they are very helpful.

 

Do you have any blank rows or any text in the Excel column LastUpdatedDate? 

 

Power automate does a strange thing where it will read dates as ISO 8601 in an Excel column, but if there is a blank cell, it will read the remaining dates as Serial. 

Similar to the blank is if there is text. It is like the change of data will disrupt how PA reads data.

 

I don't know if this is your problem, but it is something to look at.

LLinx
Resolver I
Resolver I

Thanks for the response @wskinnermctc .

 

Unfortunately, that's not the issue: The excel column only contains datetime values, there's no text or blank cells in there.

LLinx_1-1695882991469.png

 

It really seems related to "Test" vs "Run" and different behaviour from the Excel connector. I tried again today, without making any changes to the flow:

LLinx_2-1695883116737.png

 

 

 

LLinx
Resolver I
Resolver I

I did some more troubleshooting for this topic.

 

Recreating the Excel action in the flow did not change the result and still gave the same issue.

Removing the Excel action, saving the flow, then readding the action did not change the result, still gave the same issue.

 

In a completely new flow, outside of a Solution, doing the starting 4 actions works perfectly. When I add a new flow with these same steps to my Solution, that flow does not work.


Outside of a solution, only the starting 4 actions work perfectly, also in "Run" mode:

LLinx_0-1695884836371.png

Note: I did not copy-paste any of these steps, but recreated them from scratch.

LLinx_1-1695884875775.png

 

However, after recreating the same steps in a new flow in the solution I was working in, it broke again. It looks like it's the combination of the Solution and the "Return dates as ISO" that is causing the issues, even when I configure the Excel connector in it's most simple form (without odata sort query & top parameters):

LLinx_3-1695885846143.png

 

 

It's starting to look like this is an actual bug, not something on the user side that is configured incorrectly, so I probably need to get in touch with MS support?

LLinx_4-1695885920917.png

(I did some very quick back-to-back Test => Run => Test for this, to show the flow is not edited 😊)

 

If anyone else would have an other idea, please do let me know.

I can't explain why there is a difference between test and run.

However, I know people can have issues when the Excel date is in dd-M-yyyy (European?) format. Once again, I don't have an explanation for that.

 

I guess you will just have to use the dates as Serial and then convert them into ISO within the flow. So set the option to Serial instead of ISO 8601 and convert all of them.

 

If you check part of my solution in this post about blank excel dates it shows how to convert serial to ISO 8601.

 

To convert the Serial dates to a format that can be used by SharePoint the expression addDays() or addSeconds() has to be used. There are many posts on converting dates that can be found. For my example I’m going to use the addSeconds() expression for both columns [‘Birth Date’] and [‘CSVReportLastUpdate’] since one column includes time and a bonus is the final result will be in a format that can be accepted by SharePoint without writing it out.

 

The expression addSeconds() is adding the number of seconds to the date 1899-12-30 based on the Serial date and then formats it. If no additional formatting such as yyyy-mm-dd is added to the addSeconds() expression it will default to a ISO 8601 format that is readable by SharePoint so I don’t add any additional formatting.

 

addSeconds('1899-12-30',int(formatNumber(mul(float(item()?['CSVReportLastUpdate']),86400),'0')))

 

Or you can probably find other posts or google convert Serial to ISO. 

Thanks! It seems it might be root cause for my troubles however it seems no only blank cells are causing this but also cells with text instead of date.

Any clues how to solve this?

Peter

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (620)