22
Views
3
Comments
TableRecord cycle
Application Type
Traditional Web

Good evening!

Can someone help me please?

i got TableRecords widget which use aggregate with length more than 250 rows, and the line count of widget is 50 for pagination.

In server action i've got a cycle which use tablerecordswidget.id and it's cycling only 50 times not 250.

what's the problem in my decission

2022-08-03 04-32-50
Ravi Punjwani

If you want to loop through each and every record of your list regardless of your pagingation set of records, you can use Preparation > DataAggregate.List (or DataAction.List)

2021-01-19 14-07-32
Tom Zhao

Hi @Tima Abdrakhmanov 

This is a standard behavior. When you associate a aggraget to a table, then aggreget only get records per current page.

Kind Records

2022-08-03 04-32-50
Ravi Punjwani

Hi @Tima Abdrakhmanov 

Were you able to find the correct solution for your query? If yes, please mark a solution so this post could be marked Solved and could be useful for other users having a similar query.

Thanks,

Ravi

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.