Hey,
I have recently observed that when we read excel online data using power automate then all the date fields of the excel table are coming in date formatted string ("2019-06-18T00:00:00.000Z") instead of integer value which we used to get earlier.
Are there, any updates made by Microsoft recently, or this is only happening with me. Because lots of things are breaking due to this change.
Please let me know if anyone else is also facing the same scenario...
Thanks.
Solved! Go to Solution.
Hi @lalitmishra1988 ,
Yes, unfortunatelly or happily (depends of how many flow using Excel as datasource), the Date format imported from Excel data type column is not anymore a serial number (integer relative to 01/01/1900) but a string in ISO-8601 date representation.
I have had some work to do to restore the flows of customers affected by this change.
@lalitmishra1988 try formatting the date :
formatDateTime(utcNow(),'yyyy-MM-dd') /*gets formats UTC*/
formatDateTime(outputs('Get_item')?['body/MeetingTime'],'yyyy-MM-dd') /*formats dynamic date*/
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Hi @lalitmishra1988 ,
Yes, unfortunatelly or happily (depends of how many flow using Excel as datasource), the Date format imported from Excel data type column is not anymore a serial number (integer relative to 01/01/1900) but a string in ISO-8601 date representation.
I have had some work to do to restore the flows of customers affected by this change.
Thanks for the confirmation...could you please tell me when was it changed. Because everything was working as expected till 15th Dec 2020.
Well, somewhere between 08 January (the last time on one of my customes flows runs succesfully) - 15 January (date when I was aware of this issue).
All my credits should go to @Hardesh15 .
User | Count |
---|---|
34 | |
15 | |
14 | |
13 | |
9 |
User | Count |
---|---|
39 | |
31 | |
26 | |
14 | |
12 |