Hi, I had the AI help me set up my first scenario (I’m a total noob) and it had 1. List Gmail Contact Groups 2. Get a Gmail Contact Group (so it could fill in the same Group automatically every time) 3. Send an email.
But then I asked AI to help me schedule the email to send on the last weekday of the month and it added this thing called “0Code Kit” to the beginning of it but didn’t tell me what to do w/it and I have NO idea how to use it. You can see my screenshot:
When I tried to set something up similar w/Zapier (which I couldn’t use bc it turned out it only lets you send 5 emails in the free acct and I need like 25), it setup something interesting—it scheduled it to run every day, but with a filter that said if it was NOT the last weekday of the month, then it wouldn’t run.
I looked but couldn’t find anything similar in Make. Any ideas? TIA!
Hi YMiller, You can’t specifically choose the “last day of the weekday” option on Make, but the closest thing you could do is make your scenario run every Friday and then use a filter to check if that Friday is between 25 and 31 of that month
Something like this
Set the Schedule to run every Friday
and then set the filter to check if the date is between the 25th and 31st of that month. I just checked the calendar, and every last Friday is between those days
With this scenario, it should run every Friday of the month, then if that Friday is not between 25 and 31, it should stop in the first module
Last Friday.blueprint.json (6.6 KB)
Now that I’m thinking other thing you could do is having a collection of how many days each month has, and then calculating how many days are left, and checking if the day the scenario is running is the last weekday of the month. This one is a little more complicated