Loop through a data table

  1. I will like to loop through a specific column in a table. (Name)
  2. Find similer names in the column.
  3. Get all the row with the names and put then in a saparate excel file.
    Would appreciate any help with this.thx

Please search before posting. This link should give you most of the information you need. You can also google looping through a data table in VB.Net

https://forum.uipath.com/t/how-to-perform-string-operations-on-a-selected-rowitem-using-foreach-loop-datatable/2013/7

3 Likes

Have a look at the Excel & DataTables tutorial.

And for future reference, you can use the training repository for help with standard workflows and methods.

1 Like

Thanks
This was very helpful.

1 Like

hi,

below below follow the for each activity,

thanks,
Karthik.

1 Like