Find number of tables in a WebPage

Hi,

I’m trying to extract table from text based pdf using tabula.

I extract each table from Tabula (Web application) individually using Data scraping and write in an excel file. I iterate through the each table using table index. Number of tables in each pdf is different. So upper bound index number of table in web page varies with the number of tables. What is the best way to find the upper bound index number?

Thanks,
Ashok

This may help you

See this -

Sample is attached here -

Main.xaml (7.9 KB)

you will have to use Find Children activity fine the parent of that has all the tables then Set filter in Find Children as

Then you can apply a for each loop if you want to get some attributes or any other value