improved
Datetime comparators in workflow conditions
14 days ago by Anjali Arya
You can now compare datetime fields in workflow conditions. This lets you compare two timestamps where values can be:
- Variable – computed from workflow input data
- Static – a fixed timstamp (e.g.
2024-01-01T00:00:00Z
) - Relative to current timestamp – E.g. - "now" or "now+30d" (current timestamp +/- interval). Current timestamp is calculated at node runtime and is timezone aware.