Issues with MongoDB Find query

Describe the problem/error/question

No matter what I try, my MongoDB node either returns nothing or an [object Object] error. I’ve tried so many things. Pasting my most recent (and desperate) attempt to get it to work…

What is the error message (if any)?

just empty. Im run shell commands in mongo for same filters and I get results

Please share your workflow

Share the output returned by the last node

[
{}
]

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via n8n cloud
  • Operating system: MacOS 15.4.1Preformatted text

Trying to match a date in a MongoDB query is always a bit of a challenge. There’s another thread about this issue that might help.

1 Like

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