Tasks Not Loading as Expected

Hi team,
What could make the task not to be displayed if the the appliesIf condition evaluates to True and the task schedule is well defined e.g. start:5, end: 5 and dueDate:2023-05-12?
I’m struggling to find out if there is a another condition that I might be missing out or the dueDate is not working fine for some reason.
Any insights will be helpful.
Thank you,
Erick

Hi @ewafula

I think your issue is very difficult to figure out with such little information. Can you please share your task config?

Thank you @diana,
I’ve figured out that in my definition of the dueDate function I had missed the return statement.
This has resolved the issue.
Thank you.
Erick