Can't update in nested arrays

The above might hint at the fact that some documents do not have the rates array.

I would try to update only document that matches

{"rates.0":{"$exists":true}}
1 Like