Announcement

Collapse
No announcement yet.

Error (400) Field Validation Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error (400) Field Validation Error

    EspoCRM Version 7.2.4
    PHP Version: 7.4.30
    SQL Version: 8.0.29

    SYMPTOM: Automation scenario from make.com (formerly Integromat) failing with Error 400

    REST API troubleshooting results:
    PROBLEM: I was getting an Error (400) - Field Validation Error after upgrading to 7.2.0 which continued through 7.2.4

    DESCRIPTION: Custom field coming in through API connection with Make (Integromat).

    INFO: All looked OK and worked previous to the upgrade but troubleshooting demonstrated that the field had become case-sensitive.

    SOLUTION: The field in my case is 'Gender' and the value name was 'male' with values coming in as 'Male'. Changing the value name to 'Male' to match the incoming value resolved the error. Therefore, it seems that the validation is now case-sensitive whereas previously, it was not.

    Linked to Announcement thread as that is where I started searching for answers​

  • #2
    Same problem already in this thread: https://forum.espocrm.com/forum/gene...error-400-v7-2

    Comment

    Working...
    X