Why the "Extract data from multiple pages" button does not work for me? I just can't open this button. And I also can't select the line at first


Why the “Extract data from multiple pages” button does not work for me? I just can’t open this button. And I also can’t select the line at first.

Hi @yaof0003

I think that toggle only enables when the wizard finds a way to reach the next page, like a Next button or page numbers. From your screenshot the page looks like one long list of blocks with no pagination, so theres nothing for it to click and it stays greyed out

if thats the case, what i would try is extracting whats loaded, then adding a Scroll activity or Send Hotkey with End, and extracting again in a loop until no new rows come in, merging the datatables at the end. Not as clean as multi page but works for scroll based pages as an alternative

for the selection part, that data isnt to be a real html table, its label and value blocks, so try picking two similar items far apart from each other, that usually helps it get the pattern

hope this helps, let me know if it worked

hi @yaof0003

It looks like the “Extract data from multiple pages” option is disabled because UiPath isn’t able to detect the pagination on the page.

Try selecting a cell or row from the table first, and then check if you can select the Next button for pagination.

If the website uses custom pagination or loads data dynamically, you may need to click the Next button manually inside a loop and extract the data from each page.

Hope this helps!

Hi @yaof0003,
You can try with these below steps:

  1. Try selecting the first complete record/card instead of individual text fields.
  2. Use Modern Extract Table Data and re-indicate the container.
  3. Check if the page has a real Next/Page navigation button.
  4. Use For Each UI Element to extract all records and loop through pages manually.
  5. Refresh selectors and make sure the browser extension is installed and enabled.

Hi @yaof0003,

If the Extract Data Table activity is not allowing you to proceed by enabling the Next button, it’s likely that the row values haven’t been selected correctly.

After selecting the required data, click Preview to verify what will be extracted. If the preview displays the data in the expected format, the Next button should become available.

If the above issue still persists, you can try this alternate approach:

Hope this helps.

Cheers!

Thank you all for your help, the issue has been resolved! I installed the Google Chrome browser extension using the downloaded UiPath Assistant app, and then all the problems were fixed and it works normally now!

Thank you all for your help, the issue has been resolved! I installed the Google Chrome browser extension using the downloaded UiPath Assistant app, and then all the problems were fixed and it works normally now!