I'm attempting to query the category->catalog items join table to get a set of request items that i can then pass to a list and display on a page. All I need is the request items. I'm trying to query the sc_cat_item_category table to get my list and then construct a GlideRecord on the sc_cat_item table from those records. The problem is I am unable to find a method to add items to a GlideRecord. I have tried "push" but this does not seem to add any records. Is there a built in way to handle this process?
Here is an example of what I have tried: