Hi All,
I am adding new iteam to a sharpoint list using the Patch method. This is all working ok. The one problem I have is the DateTime stamp that i see within the sharpoint list is to a 1 hour resolution. i.e. 19/12/2017 4:32:00 will appear as 19/12/2017 4:00:00.
I require down to 1 minute resolution for my app. Is there any reason why this is not working as expected? Now() returns the datetime down to the minute but for some reason this is not reflected in the patched data.
Patch(SelectedEmployeesList, Defaults(SelectedEmployeesList),
{ Comments: Comments,
Contract: Contract,
Crew: Crew,
IDColumn: ID,
Name: Name,
SignOff: SignOff,
SignOn: SignOn,
TypeColumn:Type,
SavedBy: User().Email,
DateSaved: Now() }