SelectedChannelMemberAdd adds users to the selected channels. This works the same as SelectedGroupMemberAdd: Add members to Groups.
Tag Attributes
|
Attribute Name |
Attribute Value |
|---|---|
|
KeepAlive |
TRUE / FALSE (Defaults to False) |
|
LoadDirectory |
TRUE / FALSE (Defaults to False) / When set to true, this parameter automatically loads the full directory like when the dialog box has been clicked. |
Example Script
XML
<ytriaAutomation Application="sapio365">
<Select lines="ByValue">
<SetParam columnID="channelDisplayName" value="My Channel"/>
</Select>
<SelectedChannelMemberAdd>
<Select Lines="ByValue">
<SetParam columnID="PRINCIPALNAME" value="RosaL@M365x823975.onmicrosoft.com"/>
</Select>
</SelectedChannelMemberAdd>
<Save/>
</ytriaAutomation>