The get records i am getting produts that show in the show in the sub form item list field

The get records i am getting produts that show in the show in the sub form item list field

The get records i am getting produts that show in the show in the sub form item list field
if(input.Department != null)
{
// Get filtered records once
creator_ptid = zoho.creator.getRecords("harshadgroup","item-master","All_Products","Department == \"" + input.Department + "\"",1,200,"creator_conn");
info creator_ptid;
clear Grouping_1;
// productList = List();
for each  item in creator_ptid.get("data")
{
 
  
}
// Item_Collection = Collection();
// for each  items in fec.Items
// {
// sub_row = Contacted_Employee.Customer_Items();
// sub_row.ITEM_DETAILS=ifnull(items.ITEM_DETAILS,0);
// sub_row.QUANTITY=ifnull(items.QUANTITY,0);
// sub_row.RATE=ifnull(items.RATE,0);
// sub_row.DISCOUNT=ifnull(items.DISCOUNT,0);
// sub_row.AMOUNT=ifnull(items.AMOUNT,0);
// Item_Collection.insert(sub_row);
// }
// input.Customer_Items.insert(Item_Collection);

}