‘Permanent’ tasks

Is there a way to have a task which is unscheduled which can be scheduled temporarily and when it is completed revert to uncompleted and unscheduled? I have a number of tasks that are routine for different larger tasks and only occasionally need to schedule them, but I need them handy to temporarily schedule. Is that possible?

Hi @Hikejo , thanks for the feedback.

One way that I can think of is below.

  • Keep your undated tasks in a list
  • When you need to get it done, use custom Quick action that includes 'Duplicate' action and 'Due date' action. You can use Prompt +Days action to set due date on N days later or use other actions.

Or you can add them in templates and bring them in when you need it. Hope it helps. Thanks!