2
Views
1
Comments
Loop through the records in the table records with list_navigation
Question
I want to loop through all the records in the table records that has list navigation. The problem is, I can only loop in the data that are currently displayed in the selected page of the table record.
2020-10-15 10-24-31
Miguel Seabra Melo

 Hi Jan,

Welcome to the forums!

Quick question, why do you need to loop through all the records displayed? Most of the time you will want to cycle (ForEach) on the Record List that is used as the source of the Table Records, not the Table Records'. The source  RL should have all the rows.

Regards,


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