Showing Null value as System.string

While i’m importing parameter value through Get parameter value by name in Empty place (null value) in object type it shows as system string and While searching in string .contains i have given search for null values but its showing as false means that (no null value in list ) but a null value is there in list what is the solution for this…

Hello @santhos.k and welcome to the forum :wink: maybe you have some whitespaces

@sovitek its worked, thank you so much
further how can i make a seperate list for this true and false value from this code block

List.FilterByBoolMask should do it

No its not working with that filter

try set list.contain to longest in lacing…think something here

yeah its done now, thanks

I just want to clarify here that empty and null are not the same thing. What you really have is just an empty string. This is why the object type is a string and not a null.

3 Likes