- My goal: Understand the true length of the result of a RetoolDB resource response.
- Issue: The hover value of the resource is showing
50
instead of the block's data output pane as well as the value of logging it to the console. - Steps I've taken to troubleshoot: Reloaded the page.
- Additional info: (Cloud or Self-hosted, Screenshots)
I have a RetoolDB resource query in a new Workflow. The result of the query yields an array of length 386
:
However, when I hover over getOldEntries.data?.length
in subsequent, connected blocks the value for it shows 50
.
And via the hovering the resource name itself showing the inspector:
This is suspicious because 50
tends to be a common page-size value, but there's no pagination here that I'm aware of. But the more troubling aspect is just the flat-out contradiction of the block's data response and logging it to console vs the hover & inspect.
So, it seems like it's just a UI bug, and the actual value of the resource's data is correct at 386
. This is my hope! If so, it's still quite confusing.
For good measure, the JSON pane shows the same 386
, and there are no pagination or obvious limits in Settings: