-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NocoDB : can't return more than 100 rows #2866
Comments
branch3
changed the title
NocoDB : can't return all rows
NocoDB : can't return more than 100 rows
Feb 22, 2022
Hey @branch3, Thanks for the workflow to reproduce this one, I have just popped in a PR that should fix this 👍🏻 |
Fix got released with |
Thank you for the work ! Have a great day :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Using NocoDB's node, the operation
Get All
returns a maximum of 100 lines, ignoring the optionsReturn All
orLimit
:Return All
option (checked or not)Limit
if set to more than 100.To Reproduce
Steps to reproduce the behavior:
Resource=Row
,Operation=Get All
Return All=True
and withReturn All=False AND Limit=200
Expected behavior
The NocoDB Node in Get All mode should return all the rows of the NocoDB table when the
Return All
option is True, even if the NocoDB table has more than 100 rows.The
Limit
option should allow us to set values higher than 100Environment:
Environment NocoDB:
Additional context
You can try using the following workflow to fill a test_table, and try to retrieve all from it.
Create rows
Get All
Return All=True
and withReturn All=False AND Limit=200
The text was updated successfully, but these errors were encountered: