Ctrl+Select Uielement

Can anyone help how to work on ctrl+select on iterated UI element

@Arun_Pondhe

Sorry i didn’t get you. Could you please tell more details for better understanding.

in my workflow scenario is first select all values inside table then select only one row.
for that selecting only one row using ctrl+click i can select particular row…here i could select all row inside table then i want to know how to use ctrl+click for particular row

@Arun_Pondhe

If it structured data then use Data Scraping activity and will give you output as DataTable and then use ForEach Row activity to iterate one by one row.