I am trying to scrap data from multiple tables on single web page. There are different tables with different number of columns and rows.
I tried using “For each element” but in this case, I am unable to extract the data from other table. It exctracts from the same table that has been selected in design time. I used the examples given
https://forum.uipath.com/t/how-to-extract-data-from-multiple-tables-on-single-webpage/421388
Below is the image of code on how tables are generated on the webpage.