RefreshSelected: Refresh Selected Grid Entries

Tag: RefreshSelected

RefreshSelected triggers a refreshing of the selected data in the grid.

image2022-10-28_17-22-50.png

XML
<RefreshSelected/>

Sample Script

XML
<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.