- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Does anyone know of a way to edit time constraints so that we can specifiy both a weekday and a time instead of just a time (if current time is between 12-3pm AND today = Sunday) then proceed within the workflow, otherwise wait until these conditions are true.
I've created a condition within the test node that can check the current date and time, but can't find a way to put it into a time constraint.
new Date().getDay() == 0 && new Date().getHours() >= 12 && new Date().getHours() < 15
Has anybody ever tried to do this?
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes