GlideAggregate on Remote Table
I've created a remote table that queries an external data source, and I want a count of the records that satisfy a specific query. This script returns null:var sections = new GlideAggregate('x_uob15_canvas_adm_st_course_section'); sections.addQuery(...