I've created a Make API to handle a data dump of backups, based on this: https://community.smartsuite.com/developer-hub-u5l41n7u/post/how-to-create-a-smartsuite-backup-scenario-in-make-com-EouUcEmF1DHNNAe However, the larger the table data, it times out for each Table that takes over a minute. I tried it as part of the URL string, as in: https://app.smartsuite.com/api/v1/applications/{{19.id}}/records/generate_csv?limit=1000 The link above doesn't succesfully pass on the ?limit-1000 to generate_csv, so I cannot use make to cycle through the data because I cannot reduce the size of the data. Noting I did separately implemented the backup on the solution level, but that doesn't export data as text like a cvs does, so with a CVS that gets too big and thus does a timeout, there isn't a way to use the backup for tables when the export has too many records yet cannot limit each loop to 1000 records. @Peter Novosel recommended I create this as a request. As I'm certain that most users don't use API's or will run into the need for data backups, this post is really for tracking purposes more than a feature which any casual user will upvote!