Select to view content in your preferred language

Use data from a repeat to generate list for select multiple later

511
2
Jump to solution
12-12-2023 01:39 PM
MeganEngel
Frequent Contributor

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)

  • Area 1
  • Area 2
  • Area 3

Any advice is welcomed, thanks!

0 Kudos
1 Solution

Accepted Solutions
ChristopherCounsell
MVP Regular Contributor

It's not possible to generate choice lists dynamically from user input within the same form.

View solution in original post

0 Kudos
2 Replies
ChristopherCounsell
MVP Regular Contributor

It's not possible to generate choice lists dynamically from user input within the same form.

0 Kudos
abureaux
MVP Frequent Contributor
0 Kudos