This query should find documents where either seats_created_at or seats_update_at is greater than or equal to the specified date.
However, I’m having trouble implementing this in n8n’s MongoDB node. How do I properly format this query in n8n to handle the ISODate() function? Does the MongoDB node in n8n support this type of date query directly?
Any help or examples would be greatly appreciated!
having same kind of issue and i have tried all the variation that would return filtered documents based on dates. it is strange that plain javascript {} works on find operation but any kind of filtering based on date doesn’t work. if anyone find any solution please notify me
The query executes successfully, but unfortunately, it does not return any results. I have also tried other queries without date filters, and they work correctly, retrieving the expected data as verified in the MongoDB shell.
The query executes successfully in n8n and returns the expected results using this date format. I have also tried all the types of date filters, and they work correctly, retrieving the expected data as verified in the MongoDB shell.