Workflow tooltip of variables showing null

In my workflows every time a run a block of code that produces data it always shows null and not that there is there is data

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

Hey @PadenM,

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

Hey @Tess
It will return the correct array of records. It seems like just a tooltip issue. I will send you the export
image

:wave: 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.