Hi all,
I am trying to import data into a DateTime field in Salesforce, but I keep getting a field type error. From what I've read on the Salesforce forums, acceptable formats for loading DateTime data include:
- yyyy-mm-dd hh:mm:ss
- yyyy-mm-ddThh:mm:ssZ
- yyyy-mm-ddThh:mm:ss.sssZ
However, I can't seem to get it to work. If I try either of the last two formats, it seems like Alteryx reads in the numerical Excel date value instead of the formatted result, I also tried converting the file to a CSV to force the formatting, but it still gave me the same formatting error.
This is the formatted date I'm trying to pass in:
And this is the error:
Error: Salesforce Output (2): Record-level error from Salesforce API: "INVALID_FIELD:Failed to deserialize field at col 8. Due to, '42275.9052777778' is not a valid value for the type xsd:dateTime:JBCXM__ResponseDate__c --"
Anyone have a solution?
Thanks in advance for your help!
Shannon