Modal: max # of records limit

Interesting. I see that your issue right away. Two options I can think: 1. Manual solution: click “load more” until the option is no longer available. 2. Use javascript to detect when more records can be loaded and do so. Your issue will then be that the page can sometimes crash with the number of records being returned. You could test to see how many records you need to pull into the model to see when it crashes, but this isn’t an ideal way to set the upper limit. I wonder if there is way to dynamically pull in as many records as capable and display a message when there are more records that can’t be displayed. I wonder what Skuid has been contemplating on how to handle this.