HI,
How about the following step?
-
Get the table as DataTable using ExtractTable wizard.
-
Iterte the datatable using ForEachRow activity then check the row contains target such as JAF_TU2. Please set int32 variable (let’s say idx) at Index property of ForEachRow
-
If target exists, Check checkbox of Unlock using Check/Uncheck activity with dynamic selector (Probably tableRow attribute can be used for it)
Regards,