Create tag action allows to create a tag for specified team in Microsoft Teams.
Example of Create tag 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 tag action in Scheduled/Triggered Actions skybow Teams 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 Teams Connector on the deployment tenant as well.
To configure the action Create tag additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Id or name of the team add tag to |
Tag name | yes | String | Name of the tag |
Tag description | no | String | Description of the tag |
User ID's | yes | String |
User ids or emails separated with ',' to add to the tag |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TeamID | String | Returns the Id of the team as output parameter and can be used in subsequent actions. |
TagID | String | Returns the Id of the tag as output parameter and can be used in subsequent actions. |
TagName | String | Returns the name of the tag |
ChannelDescription | String | Returns the description of the tag |