AND condition
Logical AND condition
Date Condition
Compare two Date or DateTime values with a chronological operator and emit a boolean.
Gate
Pass a value through when a boolean condition is true, or softly skip the record when it is false.
Not Condition
Boolean NOT β emit the negation of an incoming boolean.
Number condition
Filter number by a condition
One Of
Emit the first wired input whose type matches the configured value type.
OR condition
Logical OR condition
Text condition
Filter text by a condition
Text matcher
Filter text by multiple conditions
Type Check
Test whether a value matches a configured PValue type.