Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jan Tristan Cayanan
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.
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...