platform
platform copied to clipboard
[BUG] Journey entrance schedule configuration issues
When scheduling a campaign triggered by a schedule (e.g., starting daily at a specific time), I encountered several issues:
- Incorrect date formatting • am/pm is being appended to the end of the year value. • See screenshot:
- End date is incorrectly required • According to the docs, the end date should be optional (docs reference), but in practice it is not – it's pre-filled and can't be removed. • Screenshots:
-
No minute-level granularity • Currently, only hours can be specified. There’s no way to configure minutes for the schedule.
-
Hour input validation missing • Hours field accepts invalid values (0, NaN, >24). • Screenshots:
Expected Behavior
• Dates should be formatted correctly without am/pm being appended to the year. • End date should be optional (as per documentation). • Scheduling should allow specifying minutes, not only hours. • Hour inputs should be validated and restricted to valid ranges (0–23).