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
| Field | Required | Description |
|---|---|---|
| Input Array | ✅ | The array variable you want to evaluate. |
Evaluation Conditions
You can check if the array:
Containsa specific value.Does Not Containa specific value.Is Empty.Is Not Empty.Length Equalsa 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.)
