{ “_id”: { “$gt”: { “$oid”: “672d88422fdb59158b5b71db” } } }
This query doesn;t work in mongodb node. Any way around for this?
{ “_id”: { “$gt”: { “$oid”: “672d88422fdb59158b5b71db” } } }
This query doesn;t work in mongodb node. Any way around for this?
It looks like your topic is missing some important information. Could you provide the following if applicable.
{
“$expr”: {
“$gt”: [“$_id”, { “$toObjectId”: “{{ $json.ID }}” }]
}
}
Hey @Jon ,this worked.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.