Support Article
Dates in a grid, first line date values setting one day less
Summary
User has configured calendar in a grid with local action ‘Refresh current row and Refresh Section on Change’.
When date is selected from Calendar, after refresh, it is showing one day prior to the selected date.Error Messages
Not ApplicableSteps to Reproduce
1) Create StartDate and EndDate as DateTime Property.
2) Add date calendar lines in a grid with local action ‘Refresh current row’ and ‘Refresh section on Change’.
3) On Flow Action pre-processing call a DataTransform and set values to StartDate and EndDate as "" .
4) Delete StartDate and EndDate Property.
5) Create StartDate and EndDate as Date Property.
6) Update the dates, it is updating with one day less only for the StartDate and EndDate values in first row. However the data in the subsequent rows is proper.Root Cause
Deleted Property Type was still reflecting in Data Transform.Resolution
Remove the entries in Data Transform and create them again after Data Type changes, to resolve the issue.
Published August 24, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.