Select to view content in your preferred language

JSONObject["objectid"] not found submitting Survey123

252
1
11-08-2023 06:05 AM
AlexPardy
New Contributor

Hi. We have a very complex survey for field inspections built in survey123. There is a pre-survey component filled out on geocortex with the results saved into a table on our enterprise portal, then unique survey links are created from this info to provide unique Survey123 surveys with different questions.  It uses various pull() and search() functions to populate questions as well as multiple sections and picture abilities.

We have been having lots of issues lately where submitting the survey results in an ERROR message with no explanation of the error or now sometimes we get an error of "JSONObject["objectid"] not found. What is the best way to look into this error and hopefully solve it? 

Tags (1)
0 Kudos
1 Reply
RyanUthoff
Regular Contributor

In my experience, that message occurs when there is a field type mismatch. For example, trying to put a character into an integer field.

0 Kudos