laptop and a wrench

Bug

The Survey123 Connect Analyze tool shows a field length error that confuses two select_one questions if the second select_one question's name includes the first select_one question's name and has a smaller field length.

ArcGIS Survey123
Bug ID Number BUG-000174628
SubmittedFebruary 27, 2025
Last ModifiedMarch 25, 2025
Applies toArcGIS Survey123
Version found3.22
Operating SystemWindows OS
Operating System Version11.0 64 bit
StatusUnder Consideration

Workaround

  • Even though the error is reading the wrong field length for the wrong question, increasing the field length for that question resolves the issue.
  • User also found that modifying line 32 in the .py file located as follow: %USERPROFILE%\ArcGIS\My Survey123\Tools\analyzesurvey\analyze_survey_functions\check_choice_name_length.py (this resolves the issue).
    • Original: s_question = [s for s in question_keys if str(list_name) in s]
    • Modified: s_question = [s for s in question_keys if str(list_name) in s.split(" ")]

Steps to Reproduce

Bug ID: BUG-000174628

Software:

  • ArcGIS Survey123

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options