Resolved! is GlideRecord.query() async or something?
I wanted to write a fix script that spawns test records.On each test record I wanted to choose a random user record for a reference field. So I created a GlideRecord object on the sys_user table queried all the active records, then went into a while...
