How to check null condition

you can use
isNothing(dtYourTable)
this will return you a Boolean.

This other post should help you as well:

6 Likes