I’m looking for a solution to set up the scheduling to create an event on Discord only every Wednesday of the second week of each month.
I have tested all the parameters of the scheduling module, but I find myself triggering the event every Wednesday, which is not the expected result. I am looking for a solution to configure the scheduling to create an event on Discord only every Wednesday of the second week of each month.
If you have any leads to find the solution, that would be great
Thanks a lot
ps: I am new on Make and try to use it more and more.
Are you looking for the second Wednesday of every month?
If so, there are many ways to handle it, but here is one…
Any given day of the week, if the day number is between 8 - 14 (inclusive) then it’s the second of that day for the month. For example, looking at August, the 9th is the second Wednesday of the month.
You could schedule your scenario to run everything Wednesday, but after the trigger module, put a filter to only pass if it’s the second of that day of week for that month. If the filter doesn’t pass, then the scenario stops there. Here’s is one way to configure such a filter: