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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1