Embedded Data Variable Shows Correctly in Survey but not in Data Export | XM Community
Solved

Embedded Data Variable Shows Correctly in Survey but not in Data Export


Badge +3

Hi,
I have a loop and merge for a question, and save its values for later. In the survey flow, I first create embedded variables that are empty these are: "receiver1id" and "shared1" ... through "shared20".
The "shared1" through "shared20" work well: they are saved in data export.
The "receiver1id" shows in the survey, when I ask it to display receiver1id value. But is not in the data export.
My javascript code is shown below. Would someone know why "receiver1id" does not save, but the other variables do? Thank you!

//STORE ID
var receiver1id = "${lm://Field/1}";
//STORE WHICH VIDEOS WERE SHARED IN THE CURRENT LOOP
var shared1 = "${lm://Field/2}";
....
// output to id
Qualtrics.SurveyEngine.setEmbeddedData("receiver1id", receiver1id);
// output to shared vars
Qualtrics.SurveyEngine.setEmbeddedData("shared1", shared1);
...

icon

Best answer by Marta 10 May 2020, 00:13

View original

2 replies

Badge +3

Sorry, I found my error. Thanks!

Hello can you please share what it was :)

Leave a Reply