Description
Good day,
I am encountering an issue when attempting to edit a record in our form. The following error message appears:
“Submission Failed. Data server did not accept data. Contact the survey administrator please. (400)”
Notably, the form structure has not been modified recently. This error does not occur with all records — only with some of them
Additionally, I observed a discrepancy between the data exported via CSV and the data retrieved through the API. Specifically, all form fields are present in the CSV export, but some fields are missing in the API response.
Steps to Reproduce
- Open an existing record in the form.
- Attempt to edit and submit the record.
- Observe the error message.
- Compare the CSV export with the API response
Expected behavior
The record should be updated successfully, and the API should return all form fields consistently with the CSV export.