Skip to main content
Nintex Community Menu Bar
Question

Is It Possible? Model option similar to Excel Export option, Attempt to Load in All Records Before"

  • July 11, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+8

Is it possible to leverage a table’s excel export option, “Attempt to Load in All Records Before Export” on a model?

Essentially batch loading in model records for the table just like it does for the export, but with more granular control?

Example:
My table displays 100 records at a time, but I want to see all 1000 of my records. Currently I would have to press “Load More” 9 times to view all of my records. It would be awesome if I could press a button and specify the number of records I want to see or the number of batches I want to run. 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+10

Josef,

Check the skuid documentation:  https://docs.skuid.com/latest/en/skuid/api/skuid_model_model.html

Search for ‘loadall’.

You should be able to adapt this script for your needs.

Thanks,

Bill