Click on a list in a website

Hello guys,

Is it possible to create a robot that clicks on a list in a table? for example, in the below image, a robot to click on a topic, and inside perform some further actions then move on to the next topic. I will really appreciate.

Thanks
Alvin

Can be done using Datascrape with extract Url and iterating the output Datatable.

I have done the extraction already, thereafter created a for each row with the data table created, when I use click text activity and pass the row variable, it cannot get the ui element to click on

I had this in mind, not sure if it works for you.

Navigate.xaml (10.7 KB)