
Output Default Value If Sequence Empty
With a FirstOrDefault node we can assure that a sequence ether returns the first element of a sequence or if the sequence is empty a default value.

With a FirstOrDefault node we can assure that a sequence ether returns the first element of a sequence or if the sequence is empty a default value.