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
| Field | Required | Description |
|---|---|---|
| Input Date | ✅ | The date to evaluate (ISO string, timestamp, etc.). |
| Condition | ✅ | Choose from Before, After, Is Exactly, Is Between, etc. |
| Target Date | ✅ | The 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.)
