FluxyAPIFluxyAPI
BlocksCompare & Conditions

Array Compare

Evaluate array properties and check for specific items.

Array Compare Block

The Array Compare Block allows you to branch your API flow based on the contents or size of an Array.

Configuration

FieldRequiredDescription
Input ArrayThe array variable you want to evaluate.

Evaluation Conditions

You can check if the array:

  • Contains a specific value.
  • Does Not Contain a specific value.
  • Is Empty.
  • Is Not Empty.
  • Length Equals a certain number.
  • Length Greater Than / Less Than.

Paths

Like other Compare blocks, you connect different downstream blocks based on whether the condition evaluates to True or False.

Error Handling

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

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

On this page