Howdy!
I am trying to figure out if there is a way (without a custom JavaScript function) to use data entered into a repeat to be used later in the survey to populate a select multiple list.
Case:
End user enters in several area of interest into a from, within a repeat, and each one will have several conservation practices they will perform on it. So we would like for the items they enter into the repeat to generate a list that we can bring into the conservation practices list where they can select multiple. The S123 form will be used within ExperienceBuilder, since our end users are not required (nor do we want them) to download the S123 application. Thus, custom JS functions will not work for this use case. The area of interest names cannot be made into a list that populates the survey, because we do not have the set list of names all our end-users will be entering.
Repeat
Area 1 |
Area 2 |
Area 3 |
Conservation Practice A performed on what AOI (Select Multiple)
Any advice is welcomed, thanks!
Solved! Go to Solution.
It's not possible to generate choice lists dynamically from user input within the same form.
It's not possible to generate choice lists dynamically from user input within the same form.
This is the closest you can get to functionality at this time: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-open-lists/ba-p/11...