FluxyAPIFluxyAPI
BlocksCompare & Conditions

Date & Time Compare

Check if a date falls before, after, or within a specific timeframe.

Date & Time Compare Block

The Date & Time Compare Block enables time-based routing in your endpoint flows.

Configuration

FieldRequiredDescription
Input DateThe date to evaluate (ISO string, timestamp, etc.).
ConditionChoose from Before, After, Is Exactly, Is Between, etc.
Target DateThe reference date or relative time (e.g., Now, Yesterday).

Paths

  • True: The date condition is met.
  • False: The condition failed.

Error Handling

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

  • MISSING_BASE_VALUE — Base Date/Time value is required for comparison.
  • EXECUTION_ERROR — An error occurred during date/time comparison execution. (Note: These errors do not populate an Output Variable.)

On this page