I need to update Element in Array in mongoDb
I have document with this structure . I need to change the Number 3 ,Pending --> Done is there an possible ways of doing that? db.Queue.find({"dr-name":"1guna"},{ "queue.0":1 }) doesn't return any thing { _id: ObjectId('6623b76f360aa86eb3560898'), queue: [ [], [], [],…