Tag: SelectedShowChannels

The SelectedShowChannels function automates the action of loading and showing channels of selected teams.


<SelectedShowChannels/>
XML

Selected-Show-Channels


Tag Attributes

AttributesAttribute Value
NewFrameTRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE
AutoCloseTRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE
allChannelsTRUE (Display all channels) / FALSE - Defaults to FALSE

Example Script

<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam ColumnID="groupType" Value="Office 365 group"/>
	</Select>
	<SelectedShowChannels/>
</ytriaAutomation>
XML