I'm trying to define a workflow that will start another workflow depending on the time of the record created.
Example, if case is started before 15:00, run one child workflow. If case is created after 15:00 run another childflow.
It seems like I cant do this with check condition:
if Case: Record Created On or after [Hours: 15, Minutes: 00 After Case: Record Created On], then:
Start child workflow: Case After 15:00 workflow
It works normaly when I setup same workflow activities based on some other conditions, so I'm guessing I cant really play this way to define time of any day as it's relates with exact date&time.
Anyone knows some way to create this without need of the programming?