Resolved! Comma Separated Values in Email Script
Hi Community, I have this email script which is pulling affected products in the notification. var gr = new GlideRecord("m2m_kb_ci");gr.addQuery("kb_knowledge", current.sys_id);gr.query();while (gr.next()) {template.print(gr.getDisplayValue('cmdb_ci'...
