How to update the value to the nested object array in mongodb document?
I have following document on which the update needs to be done. { "_id": "Colorcode_1", "Combination": [ { "color": [ { "mixture": [ "Red", "Green" ] } ], "code": "Maroon" }, { "color": [ { "mixture": [ "Yellow", "Green" ]…