I’m still new and beginner with Uipath.
Currently i’m having a problem to get text activities in multiple row in webpage and i want to store it in specific excel.
So, below is the table row from the webpage, What i want to do is , to read first the Address Type Column , then it will click the Address Column Hyperlink. this will navigate to the other pages.
Eg: If AddressType = “Permanent” , it will click the Address Hyperlink.
My Question ,
is it possible to read the Address Type column from webpage from dynamic row ?
**Note that, the sequence of Address Type is not permanent, thats why i need to read the Address Type column first before click the Address Hyperlink , so that i can get text and write it in specific cell in excel.
Read table to a Data table
for each loop through datatable
If item(“Address Type”) = "Permanent then
Click address( get selector for address and pass index value to table row in selector)