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 / Error in date when ite...
Power Automate
Suggested Answer

Error in date when item is created in SP LIST

(1) ShareShare
ReportReport
Posted on by 57
Hello guys, i hope all well,
I have a simple flow that uses form responses and sends them to a list.

However, the column called FECHA SOBRETIEMPO is a date type and arrives with one day less when it's created.
What could be causing this?
 
 



Note: My site has my local time zone set to -5
Categories:
I have the same question (0)
  • Suggested answer
    Pstork1 Profile Picture
    69,345 Most Valuable Professional on at
    When you enter or retrieve dates/times from SharePoint using Power Automate it always uses UNC time (Greenwich mean time) because that is the way it is stored in the backend.  but when you retrieve it using SharePoint it will convert it to the local time zone for your SharePoint site.  You are inputting 06/14 at midnight in UTC, but since you are 5 hours behind that it will display as 06/13 at 7:00PM in SharePoint.

    ----------------------------------------------------------------------------------
    If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!

    Paul Papanek Stork, MVP
    Blog: https://www.dontpapanic.com/blog
     
  • Vish WR Profile Picture
    1,183 on at
     
    I would recommend converting the date in flow to match your sharepoint site ,
     
    Vishnu WR
     
    Please âœ… Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like â™¥
     
  • Suggested answer
    Haque Profile Picture
    1,988 on at
    Hi @angeldiaz96,
     
    The date column arrives with one day less is a common timezone or date handling quirk in Power Automate specially when working with date fields from Forms to SharePoint. One of the biggest catch is if the time part is midnight UTC, converting to a timezone behind UTC (e.g., UTC-5) shifts the date back by one day.
     
    Possible wyas to fix this:
    1. Convert the incoming date to a date-only string before writing to SharePoint. Let's use an expression to extract only the date part without time, e.g.:

      formatDateTime(triggerOutputs()?['body/FECHA_SOBRETIEMPO'], 'yyyy-MM-dd')// No time
      
       

      Note: This strips the time and avoids timezone shifts.

    2. Use the date-only string in the SharePoint update or create item action for the date column.

    3. Alternatively, adjust the date by adding a timezone offset if you want to keep time but correct the shift, using addHours() or convertTimeZone() expression. Like:

    addHours(triggerOutputs()?['body/FECHA_SOBRETIEMPO'], 5)
     

    I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!

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 607

#2
Valantis Profile Picture

Valantis 495

#3
Vish WR Profile Picture

Vish WR 429

Last 30 days Overall leaderboard