platform icon indicating copy to clipboard operation
platform copied to clipboard

[BUG] Journey entrance schedule configuration issues

Open wildsurfer opened this issue 3 months ago • 1 comments

When scheduling a campaign triggered by a schedule (e.g., starting daily at a specific time), I encountered several issues:

  1. Incorrect date formatting • am/pm is being appended to the end of the year value. • See screenshot:
Image
  1. 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:
Image Image
  1. No minute-level granularity • Currently, only hours can be specified. There’s no way to configure minutes for the schedule.

  2. Hour input validation missing • Hours field accepts invalid values (0, NaN, >24). • Screenshots:

Image Image

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).

wildsurfer avatar Sep 23 '25 17:09 wildsurfer

As for point 3 above (No minute-level granularity) there seems to be a workaround mentioned by @pushchris here.

@reaper For now I would recommend adding a delay after the entrance to "wait until time" to keep users from your action until the time you desire.

wildsurfer avatar Sep 24 '25 09:09 wildsurfer