schedule week day
Status: Open · Asked by javiermarcon on · 0 views
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.
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:
- Workflow A: This will be used to activate Workflow B on Monday.
- Workflow B: This will ensure that your workflow is triggered every two weeks. (Disable this for now.)
Workflow A

Workflow B
Thanks!!