Get Task
UiPath.MicrosoftOffice365.Activities.Planner.Tasks.GetTask
Description
Uses the Microsoft Graph Get task API to retrieve an existing task.
Scopes
This activity requires the following scopes:
- Tasks.Read
OR
- Tasks.ReadWrite
OR
- Group.Read.All
OR
- Group.ReadWrite.All
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- DisplayName - The display name of the activity. This property supports
Stringvariables and string formatted values.
Input
- Task ID - The ID of the PlannerTask object. This ID may be found in the last part of the task's URL. For example:
https://tasks.office.com/tenant/en-US/Home/Planner#/plantaskboard?groupId=abc&planId=def&taskId=ghi. This property supportsStringvariables and string formatted values.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Output
- Task - The returned PlannerTask object. This field supports only
PlannerTaskvariables. Required if you plan to use the output data in subsequent activities. You can also use this variable as an input variable in other Planner activities.