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​
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​
Comment