Configure Scheduler on every 2nd and 4th Saturday for 20 months? | Community
Skip to main content
New Participant
December 7, 2019
Solved

Configure Scheduler on every 2nd and 4th Saturday for 20 months?

  • December 7, 2019
  • 3 replies
  • 10442 views

I was trying to schedule an email in which I will hit my Audience on every 2nd and 4th Saturday for 20 months, but I am unable to find the way!

Suggest me solution.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jyoti_Yadav

Hi Komal,

 

You don't have to write JS.

Use test activity which will check whether currentDate is of which week.

3 replies

Jyoti_Yadav
Jyoti_YadavAccepted solution
New Participant
December 16, 2019

Hi Komal,

 

You don't have to write JS.

Use test activity which will check whether currentDate is of which week.

Jyoti_Yadav
New Participant
December 16, 2019

Hi,

 

You can achieve so by selecting a scheduler to run weekly and then a test condition: is week ==2 or week ==4. If it satisfies the condition then execute your workflow else end it. Within scheduler you can mention about number of iterations this workflow should run.

 

Thanks,

Jyoti

komal76Author
New Participant
December 17, 2019

Hi,

 

Test Activity is present under execution activities while configuring the workflow as per the help document. But I check it so while configuring the workflow. I am unable to discover that "Test" option under Execution Activities.

Kindly Help.

Raj_Ganta-1
New Participant
December 14, 2019

Hi,

 

since it is only for 20 months, I would say hardcode the dates in a schema and use it against running the workflow

or 

write a JS that skips on the 2nd and 4th Saturdays for 20 times. 

komal76Author
New Participant
December 16, 2019

..