Find Buckets
Description
This Activity finds buckets 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 for identifying the Microsoft 365 group.
- Plan Name – Specify the name of the Planner plan to find the buckets inside it.
Bucket Details
- Bucket Name – Specify the bucket's name to find it. This Activity returns all buckets inside the plan if left empty.
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.
Output
- Buckets – Returns list of BucketInfo objects containing metadata information about the buckets.
Example
Download Example