Action: Clone channel

Action: Clone channel

Clone channel action allows to create a copy of an existing channel from Microsoft team with the specified configuration options. You can select what to include in the copy: members, tabs and folders. 

Example of Clone channel action configuration on the current site



For more information about Action Builder read Action Builder introduction article.

Note 1: In order to use the action in Scheduled/Triggered Actions 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. 
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of Teams Connector on the deployment tenant as well. 

To configure the action additional properties should be specified:

Configuration

PropertyRequiredTypeDescription
Source teamyesStringName or Id of the team you want to clone channel from.
Source channelyesStringName or Id of the team you want to clone channel from.
Target TeamyesStringName or Id of the team you want to clone channel to.
New channel namenoStringName for the created channel
Channel ownernoStringId or email of a user
Clone membersnoBooleanCopies the members of the group
Clone tabsnoBooleanCopies the tabs within channel
Clone foldersnoBooleanCopies the folders from the channel

 

Availability

Modern FormsList ActionsScheduled/Triggered Actions
--

 

Output

Output ParameterTypeDescription
ChannelIDStringReturns the Id of the channel as output parameter and can be used in subsequent actions.
ChannelNameStringReturns the updated name of the channel
ChannelDescriptionStringReturns the updated description of the channel
ChannelUrlStringReturns the full URL to the channel in Microsoft Teams




    • Related Articles

    • Action: Clone team

      Clone team action allows to create a copy of an existing Microsoft team with the specified configuration options. You can select what to include in the copy: apps, channels, members and tabs. Example of Clone team action configuration on the current ...
    • Action Builder Introduction

      The Teamsware Studio Action Builder is a tool that allows you to specify actions which are executed in consecutive order. You can build powerful workflows triggered from a form button, on form load, from a list view, scheduled or event triggered on a ...
    • Action: Condition

      Condition action identifies which block of actions to execute based on the evaluation of a condition. Example of Condition action configuration For more information about Action Builder read Action Builder introduction article. To configure the ...
    • Action: Scope

      The Scope control allows grouping actions within a specific container/block in the Action Builder, that enables the encapsulation of actions in a set of actions, and specifies which actions should be executed based on the result of the action ...
    • Action: Delete meeting

      Delete meeting action will delete online meeting from the calendar in Microsoft Teams and in Outlook as well. It allows to delete both a single meeting and a series of meetings. Example of Delete meeting action configuration on the current site For ...