Hi there - does anyone have any guidance on how datetime fields should be formatter when using the salesforce writer? Ive tried all the ways mentioned in the salesforce documentation and keep getting an error. Any help would be much appreciated! Example below (Ive tried every other version as well):
Failed with error: INVALID_FIELD:Failed to deserialize field at col 11. Due to, '"2021-06-07T15:43:14.000Z"' is not a valid value for the type xsd:dateTime:Label_Create_Date__c --, id: null
Hi,
2021-06-07T15:43:14.000Z is the right format, but can you please check if the table input has the data as "2021-06-07T15:43:14.000Z" or 2021-06-07T15:43:14.000Z, because I believe that the quotation marks should be causing such an issue.