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):
trueif the value is eithernullorundefined.