Update tab action allows to update the properties of the specified tab in Microsoft Teams.
Example of Update 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 Update 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 Update tab additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Id or name of the team |
Channel | yes | String | Id or name of the channel with specified tab |
Tab | yes | String | Name of the tab |
Tab name | no | String |
Specify new name of the tab |
Content URL | no | String |
New Url or name of the content to display in the tab |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TabID | String | Returns the Id of the tab as output parameter and can be used in subsequent actions. |
TabName | String | Returns the name of the updated tab |
TabContentUrl | String | Returns the full content URL to the updated 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. |