Or

Logic Name

Or

Function

Returns the logical disjunction(OR) of two Boolean inputs.

Data Types

Location Type
The first input handler Boolean
The second 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

The logic returns "false" when the address includes "Tokyo" or the gender is "male".
Property Settings
Property Setting
Null option Output null if any input is null
Input Data
Tokyo,female
Tokyo,male
Osaka,female
Result Data
true
true
false