then i even have mismatched information. I run this first block and it gives me an array of 52 items and then in the helper to the right it gives me an array of 50 items at top total display
Are you able to share an export for us to test with?
If you create a new block that returns get_current_vehicles.data, does it return null?
Do you happen to know if the update query actually updates 50 or 52 records? I'm curious if we can narrow down whether it's an issue with the tooltip display of the array or the query's data
For the tooltip showing 50 out of 52, it turns out we cap the tooltip to 50 so that we aren't displaying really large outputs. It's certainly a bit misleading, but an intentional decision. The data output will be a better source of truth
It looks like the null issue is something we're tracking in our backlog.