Dealing with Null Values in UDTable/ DB Table Source

Hi guys, just looking for a some takes on dealing with null values coming from a sql table that passes data to out-udtabledata?

-Thanks

I’m using a grid to display my SQL data but I am sure this is just leaving cells empty that show as NULL in SQL so not being an issue for me.

Yup thats for sure @psDevUK , it has a way of handling the $null values, my issue is that I have a few ud elements inside a pscustomboject that when passed to UDGrid it complains about" t.hasOwnProperty is not a function" . The puzzle I’m running into is changing dynamic properties (that are $null) inside my foreach, but also not sure how everyone else is doing or handling this?