I have thousands of elements in my array and used split to effectively traverse it in multiple messages with split array in it. Then I traverse it in a loop, but my problem is it randomly triggers this error message:
"ReferenceError: msg is not defined"
Somehow and somewhere in the flow the msg object got deleted? Is that even possible?
How can I even trace it where it happened?