Tag: SelectedGroupLoadMore

The SelectedGroupLoadMore function automates the action of loading the information of selected groups.


<SelectedGroupLoadMore/>
XML

Tag Attributes

Attributes
Attribute Value
Value Description

AllowPowershell

TRUE / FALSE - Defaults to FALSE

TRUE: Proceed with powershell if required

FALSE: Skip powershell

Example Script

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