-
I'm trying to filter by the task file creation date and compare it to today's date, but my code isn't working correctly
I'm trying to have a workaround for this idea #684 using scripting |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, please paste as text - in a fenced code block - an example properties section from one of your notes - so I can test any answer. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Also, please be more specific than:
What exactly happens? And is there an error message? |
Beta Was this translation helpful? Give feedback.
My bad, I didn't read the docs correctly, I thought the creation date property comes with the file data, but it turns out I had to manually write it in the YAML 😅
It worked fine when I added the property
Also, you have to add the feature to read file creation time rather than reading the YAML, if possible. Anyways, thanks for the help