n8n Community
MongoDB update field value as ObjectId
Questions
mongodb
kimus
April 18, 2022, 1:09pm
6
workaround:
{ "$expr": { "$eq": ["$_id", { "$toObjectId": "<object-id>" }] } }
2 Likes
Mongo delete document with _id
I want to update data in mongodb. update key is _id but is not objectid
show post in topic