I have a table called ‘AHJ Cycle Adoptions Per Publication’. It has 370 rows, however, when I fetched the list of rows, it only returned 200. What could I’ve done wrong ? Below is my code :
var rows = CodaAPI.listRows(CODA_DOC_ID , CODA_TABLE_ID_1).items;
console.log('ROWS LENGTH ’ + rows.length);
The information returned is correct but lacking of rows. Rows length displays only 200.