//e.g. : There's an array of Team Ids which needs to find documents from db Team.find({ '_id': { $in: teamIds.split(',') } }, function(err, teamData) { console.log("teams name " + teamData); });