Resolved! Array behavior when using GlideRecord.addQuery with IN
I have a requirement to update the Script Include "BackfillAssignmentGroup" backing a particular Dictionary override such that groups X and Y are excluded. So I figured this would be simple:1. Query to get an array of those two sys_ids.2. Query the g...