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 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?