how to create attachment excel record in servicenow using script
hello, Urgent help needI have a updated excel that i want to attach to attachment record using script because kb article is published. var attachment = new GlideSysAttachment();//set up inputsvar rec = new GlideRecord('kb_knowledge');rec.get('sys_id'...