Mongo db "find and update" node issue

Describe the problem/error/question

I have created an auto blog posting system for myself and worked fine until i face this issue.

webhook receives the query from the button planted in the email: decision, topicId, PostId.

depending on decision data, either approve, rewrite, reject, the switch node will send topicId and PostId data to set route. but then mongo db nodes connected to the switch node don’t work properly and i cannot find what the reason would be..

when i checked the mongo db, the change hasn’t been made either.

I have been struggling with this problem for over 7 days. Please assist me with the problem.

ah, btw i also tried “update’“node, and it doesn’t work as well.

What is the error message (if any)?

nope. just “No output data returned” on the right panel

Please share your workflow


Share the output returned by the last node

Information on your n8n setup

  • **n8n version: latest (**1.114.3)
  • Database (default: SQLite): Mongo db
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: window

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.