Jake_pm
3 years agoNew Contributor II
Mongo DB Update Snap - Expression for Query
The following query works in MongoDB Atlas to update a record:
db.mytable.update
(
{
_id : ObjectId(‘1234’)
},
{
$set :
{
“org_name” : “new org name”
}
}
)
How do we configure this for use with the Mongo DB -Update snap?
any one have an example?
Hi @alchemiz,
Thank you so much for sharing this, I will check and come back please…
Thanks,
Parthiban S