What’s the best way to get a saved search result that has more than 4000 rows. I tried runPaged({pageSize: 1000}), the loop through the pageRanges. But I noticed some rows will be duplicated, even though there’s no duplicated rows when running the search in the UI
a
alien4u
06/12/2025, 11:05 AM
This should not produce any duplicated lines unless you have something off in your search, meaning no proper filters or grouping not being handled correctly.