Create bucket action allows to create a bucket in the existing plan in Microsoft Planner.
Example of Create bucket action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Create bucket action in Scheduled/Triggered Actions skybow Planner Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. Learn more about skybow M365 Connectors.
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow Planner Connector on the deployment tenant as well.
To configure the action Create bucket additional properties should be specified:
Configuration
Property | Required | Type | Description |
Group | yes | String | Specify the name or the Id of the Microsoft 365 group. |
Plan | yes | String | Specify the name or the Id of the plan. |
Bucket title | yes | String | Specify the name of the bucket you want to create. |
Bucket position | no | String | Specify the position where to place the bucket in the plan. It should be numeric values (1,2,3,...). By default the bucket will be added to the end. |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
GroupID | String | Returns the Id of the M365 group as output parameter and can be used in subsequent actions. |
PlanID | String | Returns the Id of the plan. |
BucketID | String | Returns the Id of the created bucket. |
BucketName | String | Returns the name of the created bucket. |