FluxyAPIFluxyAPI
BlocksCompare & Conditions

Object Compare

Evaluate properties within a JSON Object.

Object Compare Block

The Object Compare Block inspects a JSON Object variable to check for the existence of keys or specific nested values.

Configuration

FieldRequiredDescription
Input ObjectThe object variable.
ConditionE.g., Has Key, Does Not Have Key, Is Empty.
Target KeyThe property name to check for.

Paths

Connect the block to handle cases where the object structurally matches your requirements vs. when it does not.

Error Handling

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

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

On this page