How to test for undefined in function node

With the Switch node you can use the is not null option that is already there:

That works for top level properties.

Since NR 1.0 there is also the has key option that can be used to check if a key exists on an object property - but can't be used on the top level object itself.

1 Like