How to see values of variables?/Where to find the console log? | XM Community
Skip to main content
I'd like to see some of my variables while developing my code. (Currently I export them into embedded data fields which is very slowly and doesn't work well for all variables.) In many questions here and also elsewhere command `console.log()` is mentioned. I have tried it, but I can't find the log anywhere in Qualtrics. I haven't found the answer to my question anywhere.

Could anyone show me either where to find the console log or some other effective way to see values of my variables?
To see values of variable you can generate test data and export data going to data analysis tab.



On real time while testing the code returning some value you can use alert() in java script
Hello @fleb ,



Follow this link to view console in different browsers

Leave a Reply