Is there a way to query for tasks with due dates which are null or unset? I guess if there were a dueAfterOrNonExistent
would also work.
I’ve tried using "dueDate": null
with variations like empty string.
I’m guessing an expression like ${null}
might work, but I’m trying to avoid enabling expressions in ad hoc queries.