Equals
List Contains Item
Compare Dates
Compare Numbers
Check Permission
Custom Code
The Compare Dates Condition allows you to evaluate the relationship between two dates, such as determining if one date is earlier, later or the same as another. This condition is essential for creating time-sensitive actions and workflows, enabling your app to respond appropriately based on date comparisons.
Time-Based Logic
Dynamic Event Handling
Improved User Experience
1. Date 1
2. Comparison
Options include:
SameDay
Before
After
3. Date 2
4. Flip results (NOT)
5. OR
6. And
Standardise Date Formats:Ensure that both dates being compared are in the same format to avoid discrepancies in evaluation.
Account for Time Zones: Be mindful of time zone differences if the dates are sourced from different regions, to ensure accurate comparisons.
Provide Clear Feedback: When the condition results in an action being triggered or not, inform users clearly about the outcome related to the date comparison.