Read a table on the web and use For Each to scroll through each row (without having to paste the table in excel)

I need the robot to read a table on the web and use a for each to scroll through each date line to check if the value is equal to a variable, I don’t want to have to paste this data into Excel to do this validation. It’s possible?

Hi @lourena.coutinho

Use datascrapping to scarpe the table in web and store in datatable variable let say dt1
Then use for each row to loop through each row

It doesn’t need the data to be wriiten in excel

Hope it helps you

Mark it as solution if you got it

Regards

Nived N
Happy Automation

Hello Lourena,
In this video, I have multiple use cases of UiPath extract data from the Web and write this data in Excel:

0:42 Extract table from a web site and write this data in Excel
2:40 Extract emails from Yahoo Mail and write this data in Excel
5:00 Read Data from Excel search on Google and write back the data in Excel
8:05 Run the process
9:25 Count the repetition of string inside excel table
15:55 Copy only rows that contain a specific string to a new table

Thanks,
Cristian Negulescu

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.