Describe the problem/error/question
Notion manual date filter on “Equals” to date seems broken
Long story short. Notion Date compare using Equals might involve also Time (which is not shown in Notion if set as Date without time). This breaks equality check.
See, this is a number of records with today date:
Trying to use “Equals” - no returned records
Trying to use “On or after” - returns everything what needed:
By the way, “On or before” will not work, because I guess it compares also time (though it’s not shown). So the records have time like 2024-10-21 13:15:55, which means it doesn’t satisfy the filter (which is On or before 2024-10-21 (00:00:00).
It works if “On or before” is compared with the TOMORROW date, which is kinda wrong. If my date in Notion is 21 October, then “On or before” 21st of October must return the item.
Please share your workflow
Information on your n8n setup
- n8n version: 1.63.4
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker compose
- Operating system: Ubuntu 22