Is Null

Introduction

The "Is Null" step checks whether a variable is null and returns Yes if the variable has no value. This step is useful for validating the absence of a value in a variable.

Configuration

  • Variable: The variable to be checked.

Outputs

  • Result: A boolean value (Yes or No) indicating whether the variable is null.

Last updated