Forum Discussion
Joan Lawson
Oct 02, 2018Brass Contributor
To-Do Overdue tasks
Tasks in folders that are not completed lose focus. All my tasks are in folders to categorize them. Whether I flag the task as "My Day" or not, the next day the task is not in "My Day" or in "Planned...
panchonegro
Aug 23, 2024Copper Contributor
Hi Everyone, I just made it with a very simple flow in Power Automate (make.powerautomate.com)
Is something like this:
When a to-do in a specific folder is updated
(Task folder)
->
Condition ( Due date < utcNow() )
If Yes
->
Update to-do 2
To-do List: Task
To-do task: Id (dynamic content)
Due Date: utcNow()
If No
Nothin to do
Is something like this:
When a to-do in a specific folder is updated
(Task folder)
->
Condition ( Due date < utcNow() )
If Yes
->
Update to-do 2
To-do List: Task
To-do task: Id (dynamic content)
Due Date: utcNow()
If No
Nothin to do
- JoshbeeAug 23, 2024Copper Contributor
panchonegro I’m confused can you give more detail on how to do this?