Skip to main content

Condition Checker

The Condition Checker component evaluates conditions based on input values and returns boolean results. This is useful for creating conditional logic and branching in workflows.

Usage

  1. Add a Condition Checker component to your workflow
  2. Configure the condition to evaluate
  3. Connect input values to the condition
  4. Use the boolean output to control workflow flow

Configuration

  • Condition Type: Choose the type of condition to evaluate
    • Equal to
    • Not equal to
    • Greater than
    • Less than
    • Contains
    • Starts with
    • Ends with
  • Value: The value to compare against
  • Case Sensitive: Toggle case sensitivity for text comparisons

Example Use Cases

  • Validate input values
  • Create workflow branches
  • Filter data based on conditions
  • Control component execution
  • Implement business rules

Input/Output

  • Input: Accepts values to evaluate against the condition
  • Output: Returns a boolean value (true/false) based on the condition evaluation