Read embedded data that starts with numbers? | XM Community
Skip to main content

I have embedded data that I have imported into Qualtrics use a web service block. The data comes from a .json file and reads something like 0.male, 1.male, 2.male, etc.
I have been trying to read this into my survey using the

Qualtrics.SurveyEngine.getEmbeddedData
method but without luck.
I'm trying to do something that takes the form.
let n = 2
Qualtrics.SurveyEngine.getEmbeddedData(n + ".male")
but this has been returning a
NULL
result. Is it possible to read embedded data that starts with a number?
Also see:
https://community.qualtrics.com/XMcommunity/discussion/15991/read-in-embedded-variables-using-a-loop#latest

Have you stored the data in the web service? If yes, then use the pipe text method to see if it being stored properly. If it is displaying properly there, but not via JS, then contact support, as this is something internal.


Leave a Reply