Hello I am hoping someone can help me with this issue. I have a survey that has multiple entries in a CSV file for example:
Watershed Pollutant
Los Angeles River copper
Los Angeles River lead
Los Angeles River zinc
Machado Lake mercury
Machado Lake DDT
If I select the watershed to be Los Angeles River in my survey, how do I have it populate all the pollutants in the survey? pulldata only grabs the first record. I have at least 100 watersheds and multiple pollutants per watershed so I am not sure if an array would help at all.
Hello @PavlovaVitale,
Are you looking to populate a text question with the pollutants or a multiple choice question?
If you're looking to populate a text question you'll need to squash your data so that there's only 1 watershed in the CSV and then the pollutants can be a comma separated string like "Copper, Lead, Zinc".
If you're looking to populate a multiple choice question you can keep your CSV the way it currently is and use the search() appearance.
An Idea: