Selected values from custom dropdown menu not being exported to CSV | XM Community
Skip to main content
I wanted to create a dropdown menu with the seasons.

Everything gets displayed and selected correctly on the preview.

When I export the data through a CSV file, the input was never put through and the cell is blank.



How can I ensure the selected data will be passed to be later exported?



!
Change `qid.setChoiceValue(this.value,true)` to `Qualtrics.SurveyEngine.setEmbeddedData("ED1", this.value); ` . Refer this embedded data for this question answer in data, make sure you have ED1 declared in the survey flow before this question

Leave a Reply