Hello,
I trying make flow for planner where I need to make task which will be recreated after completed and will have specific due date. This due date will be after every completed task moved to another specific due date.
For example. You have task in planner for 10/6/2020. After completed this task will be created new task with due date 11/6/2020 next month. I found template on MS Flow which can make task in specific date. But I need add trigger - after completed the last task. And this is little bit problem because trigger recurrence couldnt be set behind "After task is completed".
Have you any idea, how to make it please?
Best regards,
Jan
Hello!
Thank you for your answer. I dont know, how this will work when first task will be 01/31 and next month February will have only 28 days. Will this work the last day in month?
Do you tried this solution if it working please?
Have a nice day,
Jan
Hello,
I created a simple flow to achieve something similar:
The flow will get triggered when task#1 is mark as completed, and then it will create Task#2 with due date as next month.
Below is the expression added for Task#2 due date field:
@{addToTime(triggerBody()?['completedDateTime'],1,'Month')}
Task#2 in planner:
Hope this helps !
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1