Create tab action allows to create OneNote, Planner, Website, SharePoint tabs for specified team in Microsoft Teams.
Example of Create tab 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 tab 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 tab additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Id or name of the team add tab to |
Channel | yes | String | Id or name of the channel add tab to |
Tab name | yes | String | Name of the tab should be created |
Application | yes | String |
|
Content to display | yes | String |
Url or name of the content to display in the tab |
Create if doesn't exist | yes | String |
Note: This option available for OneNote, Planner or Custom value applications |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TabID | String | Returns the Id of the created tab as output parameter and can be used in subsequent actions. |
TabName | String | Returns the name of the tab |
TabContentUrl | String | Returns the full content URL to the created tab in Microsoft Teams |
TeamID | String | Returns the Id of the team as output parameter and can be used in subsequent actions. |
ChannelID | String | Returns the Id of the channel as output parameter and can be used in subsequent actions. |