Salesforce Error: Is not a valid value for the type xsd:date 


In this Article
Related Articles

Error

Is not a valid value for the type xsd:date

If you're receiving this error, it is likely caused by an incorrectly formatted date being sent to a Salesforce date field.


Field Validation Resolution

1. Add a date validation in the Form Builder to the field that is throwing the error to resolve.

See our Date Validation article for more.

2. Make sure you save your form after you've made the changes.  

*You may also need to remap the field if it is still causing errors.

Processing Dates in the Salesforce Connector: 

Note that using the formula @TODAY() to map to a Salesforce date type field will produce this error. Instead of using this formula, we recommend one of the following: 

  • @LOCALNOW(“”)
  • @LOCALTODAY(“”)
  • @YMDTODAY(“")

Click here for more information about the formulas listed above. 

Terms of Service · Privacy Policy