Table Extraction Wizard

in addition to the provided url:

<extract>
	<row exact="1">
		<webctrl tag="tr"/>
	</row>
	<column exact="1" name="Column1" attr="text">
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="1"/>
	</column>
	<column exact="1" name="Column2" attr="value">
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="2"/>
		<webctrl tag="input" idx="1"/>
	</column>
	<column exact="1" name="Column3" attr="value">
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="3"/>
		<webctrl tag="input" idx="1"/>
	</column>
	<column exact="1" name="Column4" attr="value">
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="4"/>
		<webctrl tag="select" />
		<webctrl tag="option" selected="selected" idx="1" />
	</column>
</extract>

we do see that the select is taking the first option but ignores the selected marker.

In this case we would recommend to check the result with the latest version of the UiPath.UiAutomation.Activites.

In case of the result is still not handling the selected option feel free to report it to UiPath via Bug/Feedback channel from Studio or here