Object.IsNull...?

I am not sure how much simpler than this could it get, but anyone knows what is going on wit the Object.IsNull OOTB node?

image

thank you

Hi @Giovanni_Succi !
Did you try without converting it to string ?

The output is a string that says “null” not an actual null.

1 Like

String from Object is outputting an actual string that says “null”, so it is not truly null. If you plug the node before String from Object into Object.IsNull then it will probably work.

1 Like

Yes, I got it… thank you guys.

Still, very confusing…

Regards