Hi,
I am console.logging using a data element and the debug mode on the development staging.
in the data element called "test"
I have tried the following:
1.
console.log("hello"); it did not output anything
2.
var hello=console.log("hello");
return hello; it did not output anything
3.
_satellite.Logger.log("hello"); it did not output anything
However, when i run in the console while using DTM SWITCH: _satellite.getVar("test") it does output.
Is that something that i m missing?
Why is the data element not outputting anything on the console?