Skip to main content
Version: 2.11

Is Null

Checks whether the current input value is null or undefined.

Description

Returns true if the value passed is null or undefined at the time this action is triggered.

Inputs

  • Control Flow (Control Flow)
  • Value (Object): The value to check.

Outputs

  • Control Flow (Control Flow)
  • Result (Boolean): true if the value is either null or undefined.