View jsonb data from postgres database

Hi,

I have a postgreSQL DB that has 2 columns that contain jsonb data - when this data pulls through into parabola I am only able to see [object][object] not the data itself. Is there a reason for this?

This is what i see in Parabola

This is what I see in my database:

Thanks!

Hey @Victoria_Davies!

This definitely seems unusual. Try using an Expand JSON step to flatten that column into new rows. It may not return what you’re looking for, but that’s a good place to start.

Can you confirm if the OrderData value contains an array of delivery addresses, or is it a single address?

Let me know, and I can look into this further!