Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Specify weekday AND time within a time constraint

Avatar

Level 2

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.

1738475_pastedImage_1.png

new Date().getDay() == 0 && new Date().getHours() >= 12 && new Date().getHours() < 15 

Has anybody ever tried to do this?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

try the following

- add your workflow after the true transition

- add a wait activity after the false transition (in my test the wait is one hour)

1738604_pastedImage_0.png

1738605_pastedImage_1.png

1738606_pastedImage_2.png

Thanks

David

View solution in original post

0 Replies

Avatar

Correct answer by
Community Advisor

try the following

- add your workflow after the true transition

- add a wait activity after the false transition (in my test the wait is one hour)

1738604_pastedImage_0.png

1738605_pastedImage_1.png

1738606_pastedImage_2.png

Thanks

David

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now