The next_email_time field is a DateTime field in NocoDB. I tried different formats and even passed the date literally as 2024-11-26T00:00:00.000Z, but the same error persists.
Has anyone faced this issue or knows what might be going wrong? Any examples of working date filters would be greatly appreciated. Thanks in advance!
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I would imagine the date is to be passed as a string, not just 2024-11-26 but '2024-11-26' (enclosed in quotes).