How to extract multiple Table dats from one plugin page

Hi, I am extracting data from an application plugin page. Currently, I am extracting table data, but unfortunately, I cannot extract multiple tables using the Extract DataTable activity in UiPath. Is there a method to make this work.

@jai_kumar2

What error are you getting to extract from multiple pages?

If build in one is not working…what you can do is to use for each ui element and indicate the pages and perform extraction of each oage and merge inside loop

If for each loop does not work then use loop with condition to check on next button and clicka nd extract or else end loop

Hope this helps

Cheers