FluxyAPIFluxyAPI
BlocksCompare & Conditions

Type Check Compare

Verify the data type of a variable.

Type Check Compare Block

The Type Check Compare Block acts as a guard to ensure a variable is of the expected data type before proceeding with operations that might otherwise crash.

Configuration

FieldRequiredDescription
Input VariableThe data to check.
Expected TypeString, Number, Boolean, Array, Object, Null.

Paths

  • Match: The variable matches the expected type.
  • Mismatch (Else): The variable is of a different type.

Error Handling

If a critical error occurs during evaluation, the flow terminates via the error edge.

  • EXECUTION_ERROR — An error occurred during type check comparison execution. (Note: This does not populate an Output Variable.)

On this page