Skip to main content

Create Task

Description

This activity creates a new task inside a Microsoft 365 Planner plan.

note

This activity works only inside Microsoft 365 Context activity.

Properties

Location

  • Group Email Address – Specify the Email address identifying the Microsoft 365 group.
  • Plan Name – Specify the Name of the Planner plan to create the Task inside it.
  • Bucket Name – Specify the Name of the Planner Bucket to create a task inside it.
  • Bucket Id – Specify the Id of the Planner bucket to create a task inside it.
info

You can specify Bucket Name OR Bucket Id to identify the Bucket in which the Task needs to be created.

Task Details

  • Title – Specify the Title for the new Task.
  • Task Start Time – Specify the Start time for the new Task.
  • Task Due Time – Specify the due time for the new Task. Assigned To – Specify the person's email address to which must assign the Task.
  • Description – Specify the Description for the new 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 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

  • Task Id – Returns the Id of the newly created Task.

Example

Download Example

Create Task