Resolved! In a background script, how do I get the display name?
I want to show all groups in the sys_user_grmember table but I only want to show them once. I want to show the name, not the sys_id of the group and especially not the sys_id of the grmember record. var gm = new GlideAggregate('sys_user_grmember'); v...