Capture the cell data from each row using Ui path

Hello All,

Below is the data scrapped from a web table and i need to get column value from each row
I am new to uipath. Can somebody help me in this.

image

Thanks,
Vishal Kumar

@vishal.kumar, FYI: There are different ways to access it. One among them would be,

→ Running a For each row with your datatable variable
→ You can access the value of a column for single row by row(“Flight”), row(“AdServer”), row(“CreativeType”) and so on.

Note : Please do refer the previous posts.

Regards,
Dominic :slight_smile:

2 Likes