How do I Test if a Value is Null in a Server Side Condition?

Is this the way to do it?

null

(note - I cannot put value == “” as the user interface doesn’t allow this!)

Why not check it it has a value? The condition expression would be just your variable

something.data.other_thing
1 Like

That’s what I wanted to know. Thanks Teodor!