set/rename won’t work with arrays & sub-documents.
How can I update a field with another field value in the same document (in both array & embedded sub documents case) From the below mentioned JSON document, I would like to update ‘analyticUsers.geid’ to : ‘analyticUsers._id’ & tried all…