Skip to main content

Delete Task

Description

This activity deletes an existing task inside a Microsoft 365 Planner plan.

note

This activity works only inside Microsoft 365 Context activity.

Properties

Task Details

  • Task Id – Specify the Planner task Id to delete.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – Logs the variable and argument values at Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Result – Returns the Boolean (true or false) output, indicating deletion of the specified task is successful or not.

Example

Download Example

Delete Task