Search the Community
Showing results for tags 'rows'.
-
Not sure how to best handle this. I have a couple of issues. First is my top row (Date) is always used. Sometimes I need up to 20 copies of the second row (Customer) to submit a batch of entries at once. What's the best way to spawn additional Customer rows on the fly? Second - Say I'm able to spawn 3 of the customer rows (all the same). But upon submitting I'd like to have each row submitted as a new record in the table using the Date row as if each record was submitted separately. Not sure if I'm making sense so let me know. I've attached my datapage and my table screensh
- 1 reply
-
- submitting
- data
-
(and 2 more)
Tagged with:
-
I need to download more than 1000 rows via the REST API, is there an easy way to do it? Something like "get next 1000 rows", etc.? We've written an application that downloads data to a tablet via the REST API, the user then takes the tablet to remote locations off-line. Some of the data tables have more than 1000 rows, so our users are not able to get all of their data. I'm hoping Caspio has a built in way to "get next 1000 rows" so that we don't have to alter our tables to have sequential row indexes.