Web Data Extraction - Count lines

Hello Everybody,

I want to extract Data from a Chrome web Page that looks like that:

UIPATH_EXTRACT_DATA

The number of lines changes from one page to another. could be 10 or 100.

My Goal is to count the numbers of rows. How is that possible ? which activity to use?

Thank you

Have you tried using extract structured data to retrieve a data table?

If it works, you can then just use Datatable.Rows.Count

1 Like

Use the Data Scraping Wizard. When it asks if you would like to scrape the whole table, say yes; DT_WebTable.

Then use an Assign Activity; Count = DT_WebTable.Rows.Count

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