Sidebar

How do i get output by java script code in mapping function?

0 votes
394 views
asked Jul 10, 2018 by (330 points)
edited Jul 10, 2018 by brandon-w-8204
I want to debug the code and get the output from java script code while testing the channel... so what function or method should I call to see the output?

2 Answers

0 votes

Use the qie.debug function. Below is a link that explains qie.debug in more detail.

https://www.qvera.com/kb/index.php/1868/what-is-the-best-way-to-display-the-contents-of-local-variable?show=1868#q1868

answered Jul 10, 2018 by terrie-g-7436 (3,950 points)
0 votes
qie.info is also available for output statements that could be valueable throughout the development process and into production.

qie.info('My output statement.');
answered Jul 10, 2018 by joe-d-8335 (180 points)
...