Hello, I am having problems to run a piece of javascript on web while trying to access elements of an array previously generated on the same flow. A syntax error is thrown on the browser's terminal.
The line of code is as follows:
var q='%currentQ[i]%'
currentQ is an array of strings and i is an iterator in a loop on the flow. I have also tried to pass a string alone instead of an array, but the problem is still showing up.
Could you please provide more information on the error that is being generated in browser's console? What is the error exactly?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.