Or (Exclusive)

The Exclusive Or true/false operator (also known as XOR) returns true if one, and only one, input is true; otherwise returns false.

Input

Field Definition Type Required
input 1 First true/false value. Boolean TRUE
input 2 Second true/false value. Boolean TRUE

Output

Field Definition Type
only one true?

A true/false value:

  • true if one input field is true and the other is false

  • false if both inputs are true or both inputs are false

Boolean

Related topics

Functions in Workflows

Workflow elements