Hello,
I am extremely frustrated with Alteryx and SharePoint List Dates Column. Relates to UTC and local date/time.
Tried following these advice published by Alteryx. However, did not work.
https://help.alteryx.com/current/designer/sharepoint-list-input-tool
- When writing to SharePoint, convert your system's timezone to UTC with the DateTimeToUTC() function.
- When reading from SharePoint, convert from UTC to your system's timezone with the DateTimeToLocal() function
I am in Eastern Time or UTC -5.
If I follow instructions, dates are in written correctly in SharePoint. Tried export data to a spreadsheet and just uploading to list. Dates were off by a day. (minus 1).
Used this formula: DateTimeAdd([Dates],+1,'days') to correct the date issue. Now dates read properly in SharePoint.
However, now have an issue when I read the data from Alterx the dates are Plus 1 day now.
Catch 22: Either the date appears wrong in SP or right in Alteryx or right in SharePoint and wrong in Alteryx.
Thus, had to insert DateTimeToLocal([Dates]) to correct the date upon reading the data.
Anyone have any advice on this issue?
Wish SP and Alteryx would play well together.