Create Bucket
UiPath.MicrosoftOffice365.Activities.Planner.Buckets.CreateBucket
Description
Uses the Microsoft Graph Create bucket API to create a new bucket within a plan.
Scopes
This activity requires the following scopes:
- Tasks.ReadWrite
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
- Name - The name of the new bucket. This property supports
Stringvariables and string formatted values. - Plan - The PlannerPlan object. This field supports only
PlannerPlanvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Output
- Bucket - The newly created Bucket. This field supports only
PlannerBucketvariables. 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.