Announcements
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.
Use the date-only string in the SharePoint update or create item action for the date column.
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()
addHours(triggerOutputs()?['body/FECHA_SOBRETIEMPO'], 5)
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 607
Valantis 495
Vish WR 429