Array values are not getting printed correctly
Hi, I need a help regarding a Background script. I need to fetch and print first 5 users from each Department the User table. Below is the script that I have written. var dep = new GlideAggregate('sys_user');dep.addNotNullQuery('department');dep.grou...