-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I have a table A with 42 records. I cannot retrieve all the records from this table using the list records action.
This line is somehow not working, only the first page is retrieved from pagination https://github.com/PipedreamHQ/pipedream/blob/8f98196597f53b1872d08deffeda904a45c14c2d/components/nocodb/nocodb.app.mjs#L137C14-L137C20
2 Behaviors:
- Limit field empty: The page 1 is retrieved in a loop leading to
ThrottlerException: Too Many Requests
- Limit field set to
100
: The page 1 is retrieved and populate the output array. And again and again, until 100 records are in the output.
To Reproduce
Steps to reproduce the behavior:
- Create a Table A with 42 records
- Create a simple action to list all the records
- Test
Expected behavior
Get an array of 42 records.
Additional context
Your paginate method is missing the page variable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working