Resolved! script is not working
Hi All, var matchFound = false;var queueId = $sp.getParameter('location_id'); // Get current location IDvar gr = new GlideRecord('wu_location_queue');gr.addQuery('sys_id',queueId);gr.query();if(gr.next()){var gr1= gr.name;if (gr1.startsWith("Ben")){m...