schedule week day

Status: Open · Asked by javiermarcon on · 0 views

javiermarcon — Question ·

I am setting a scheduler to run every 2 weeks, but when I set up the scheduler, I can't find where to specify in which week day should be triggered. I.E. I need the scheduler to trigger every 2 weeks on Monday at 8:00 AM starting next Monday. How do I specify the "Monday" part?

And also, if I want to specify another trigger on 2nd and 4th Thursday of each month, how do I do it?

Thanks,

Javier.

Arshil Ahmad — Reply ·

Hi @javiermarcon,

Currently, we don't have a direct option in Scheduler for your use case. As a workaround, you can set up two workflows to achieve this use case:

  1. Workflow A: This will be used to activate Workflow B on Monday.
  2. Workflow B: This will ensure that your workflow is triggered every two weeks. (Disable this for now.)

Workflow A

Workflow B

javiermarcon — Reply ·

Thanks!!

Back to all forum threads · Log in to reply