======================= Material Unload ==================== =================== /eGateControl/GateCreate/list/ ================ query:: ==> 1 => db.EvolveGateEntry.aggregate({ $lookup: { from: 'EvolveGateIN_ID', localField: 'EvolveGateIN_ID', // The field in the 'EvolveGateEntry' collection foreignField: '_id', // The field in the 'EvolveGateIN_ID' collection as: 'populatedField' // The field name to populate the matched documents } }) 2 => db.EvolveGateEntry.find() ========================================================