Tag: SelectedShowChannels
The SelectedShowChannels function automates the action of loading and showing channels of selected teams.
<SelectedShowChannels/>
XML

Tag Attributes
Attributes | Attribute Value | Value Description | Comment |
---|
NewFrame | TRUE (opens new frame) / FALSE (continues with existing frame) - defaults to FALSE | N/A | N/A |
AutoClose | TRUE (closes frame at the end of the action) / FALSE - defaults to FALSE | N/A | N/A |
Example Script
<ytriaAutomation Application="sapio365">
<Select lines="ByValue">
<SetParam ColumnID="groupType" Value="Office 365 group"/>
</Select>
<SelectedShowChannels/>
</ytriaAutomation>
XML