Skip to content

[BUG] NocoDB list record #14074

@LucBerge

Description

@LucBerge

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:

  1. Create a Table A with 42 records
  2. Create a simple action to list all the records
  3. Test

Expected behavior
Get an array of 42 records.

Additional context
Your paginate method is missing the page variable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions