Hi Hailey Lee ,
If you want to load next set of records in the record list when you click on the "Show More" option.
Yes you can, Add one integer variable and go to the List Records properties where you will find Line Count, set Line Count to that variable you added.
Assign variable value = 10 at preparation. It will display 10 record by default when page is loaded. Then add a link "Show More" and assign variable value to ListRecords1.LineCount and refresh the list record container.
Demo url for your reference :
https://amit-verma331.outsystemscloud.com/DemoFile/TestScreen.aspx?_ts=637384541983042553
Hope this will help you :)
- AV
Thanks