Can we check for empty value when using dynamic selection (Choose node that meet certain criteria)?I need to check if a custom property is empty. I tried:
is not ''
is not ' '
is not " "
is not NULLpossible or not?