Skip to main content

Update Task

Description

This activity updates 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 Id of the Planner task, which has to be updated.

Update Parameters

  • Title – Specify the title to update in the task.
  • Task Start Time – Specify the task's start time .
  • Task Due Time – Specify the due time for the task.
  • Assigned To – Specify the person's email address to which the task must be assigned.
  • Description – Specify the description for the task.

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 though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this Activity is present inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Example

Download Example

Update Task