Here’s a fun one that I was just asked by a client…
How do I run a scenario every other Thursday?
I had to give it some thought, but between the formatDate function that @loic.wiseflow discussed and a filter this can easily be done.
I started with a Compose String module and set the scheduling to run every Thursday:
Use the formatDate function to get the week number:
Then created 5 filters to allow even numbered weeks through:
- If week ends in 2 OR
- If week ends in 4 OR
- If week ends in 6 OR
- If week ends in 8 OR (not shown in screenshot)
- If week ends in 0 (not shown in screenshot)