Not

Logic Name

Not

Function

Returns the negation(NOT logic) of the input Boolean.

Data Types

Location Type
The first input handler Boolean
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Convert null into false Converts null to false and continues with the process.
Output null if any input is null Outputs null if the value of any input handler is null.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

When the input value is "true" the logic returns "false", and when the input value is "false" the logic returns "true"
Property Settings
Property Setting
Null option Convert null into false
Input Data
true
false
Result Data
false
true