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?
thank you
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?
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.
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.
Yes, I got it… thank you guys.
Still, very confusing…
Regards