Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I got this error all the time. How can i do it correctly?
I'm using set variable with Espression (not using String)
@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
Number([[A1]]) + Number([[A2]])
I got it, with some other logic.
I had to redefine global variable while inside the thread, then increase it.
Edit:
It's because one of my text fields had an emoji in it.
@bobi that working if use [[EMAIL]] or {{EMAIL}}, How if I want to call like <EMAIL>
Have gotten a variable passed, document.querySelector("#identifierId").value = "[[CYCLE_INDEX]]" as a string works fine