Forum Discussion
Merchy2401
7 years agoFrequent Visitor
DataSource.Error: SharePoint: Request failed: The remote server returned an error: (500)
Hi All, I have a data connection to a Sharepoint List (2013) in a development site; I now want to connect to the production version of this list and get an error.. DataSource.Error: SharePoin...
costic
5 years agoFrequent Visitor
OK, i found my way throught this.
You just import list as said : API Version to 15
You change the column format to Date/Time/Zone
Then you add a custom column and use this : DateTimeZone.ToLocal([theColumnToChange])
this should fix your problem.