Just spent some time figuring out why a findOne(this.docId) in an autoValue function was causing an error. The documentation for this.docId says docId: The _id property of the document being inserted or updated but it turns out it's not just the _id of the document, it's a filter query like { '$in': [ 'rg8gSYhGaNQaJ3X8p' ] }.