Create group action allows to create a Microsoft 365 group.
Example of Create group 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 group action in Scheduled/Triggered Actions skybow Groups 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 Groups Connector on the deployment tenant as well.
To configure the action Create group additional properties should be specified:
Configuration
Property | Required | Type | Description |
Group name | yes | String | Specify the name of the group. |
Group owner | yes | String | An email address or an expression to be evaluated as an email address to be used as the group owner. You can set one or more email addresses. |
Mail nickname | yes | String | The nickname that will be used as unique group email address. |
Enable security | no | Boolean |
|
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
GroupID | String | Returns the Id of the created group as output parameter and can be used in subsequent actions. |
GroupName | String | Returns the name of the group |
GroupOwner | String | Returns the email of the owner of the group |
GroupSecurityEnabled | String | Returns true or false |
GroupMailNickname | String | Returns the mail nickname |