How to extract the entire data from a long, scrollable table at once

Hi,

I am trying to extract the entire data from a long, scrollable table on a web interface, where the data rows load dynamically. Using the commonly recommended “CV Extract Table” or “Table Extraction” activities together with mouse scrolling create two issues in my case: (i) Duplicate data rows often appear in the scraped data, likely due to imprecise scrolling, as well as merged columns. (ii) Scrolling through a long table is very time-consuming.

Are there any UiPath activities or other solutions that can recognize and extract the entire data from a long, scrollable table at once (no scrolling) and without creating duplicate rows?

Thank you in advance for your help.

Best
Stephan

use the for each UI element and identify the pattern of the data you want to extract

Thank you for your answer, Dennis.

Unfortunately, I do not think that this activity solves any of the issues above (unless I oversaw something) since (i) it saves each screen element without considering the column dimensions and (ii) requires scrolling to get the entire data.