Resolved! How to add single quotes to each array item
Hello, I have a script that builds a comma separated array. How can I add single quotes to each item in the array? This is what I have so far: var array = []; var number = 'number'; var gr = new GlideRecord('incident'); gr.addEncodedQuery('state=3');...
