Describe the problem/error/question
I need to update a simple description field in MongoDB based on the _id but the record never gets updated.
Method: Update
Update key:
{ "_id": "{{ $('MongoDB').item.json._id }}" }
Fields:
{"description":"text"}
What is the error message (if any)?
No error message. The process completes successfully but the record is not updated
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: [email protected]
- Database MongoDB:
- Running n8n via n8n cloud
- Operating system: Mac