My form was created using Survey123 Connect version 3.17.54. Users populate this form using a link to the web form. I have a user who receives the following error we submitting the form (also see attached):
[{"id":0,"addResults":[{"objectId":-1,"uniqueId":-1,"globalId":"{262DC224-B4E7-49EF-8B41-D5F31A7D5B8B}","success":false,"error":{"code":1000,"description":"String or binary data would be truncated.\r\nThe statement has been terminated."}}]}]
Other users have submitted data to this form without issues/errors.
Where should I start troubleshooting this error?
Solved! Go to Solution.
@RamaniGanason that was exactly what it was! The answers to some of the "Select Many" question were exceeding the default 255 character limit.
Seems like the error could be related to the length of the one field have exceeded. Maybe need to see the input data if any exceed.
@RamaniGanason that was exactly what it was! The answers to some of the "Select Many" question were exceeding the default 255 character limit.