Resolved! Populate the array to a string field
Hi All, I want to copy all the values returned from a while loop in a string field.Example if while loop gives me 3 ips, then ipdup field should have 1,2,3 ips. var record=arr[i];var gr= new GlideRecord("cmdb_ci_ip_address");gr.addQuery("nic.cmdb_ci"...