Hi all...
I am looking to create a Teams message that advises when a Planner task is 30 and 14 days away from its due date.
My first issue is that most tasks do not have an assigned due date. I can rectify this manually although it would be preferable to use power automate to check if a task has no due date assigned, then assign a due date being x days from the created date. I've tried this however when using addDays() I lose the "due date" field from the task body.
Do I need to manually key this instead? I've tried filtering the array but it shows all the records that have no duedate field even in the array?