RefreshSelected: Refresh Selected Grid Entries
Tag: RefreshSelected
RefreshSelected triggers a refreshing of the selected data in the grid.
<RefreshSelected/>
Sample Script
<ytriaAutomation">
<Select lines="ByValue">
<SetParam ColumnID="userPrincipalName" Value="AdrianaN@M365x823975.onmicrosoft.com"/>
</Select>
<RefreshSelected/>
</ytriaAutomation>
If changes are pending, a confirmation dialog will pop up and won't close until a confirmation or cancel is made. If a script must automatically save and refresh without confirmation, both actions must explicitly be called.