======== WeBridgeEntry =============== ======== /eGateControl/WeBridgeEntry/list/ =============== db.EvolveWeightBridgeEntry.find() Material Unload 1 (aggregate)=> 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 } }) ========================================================