Email on weekdays

Hi guys, I already have a schedule where every day at 9 am, I send an email to x user.

I can only send this email on Monday, Tuesday, Wednesday, Thursday and Friday.

i.e. working days?

thanks bros!

On your loop maybe you can check to see the current day and time is one of those days and then skip it based on that. Just schedule the next loop but don’t send and email.

You can format the current date and time to whatever you want. So I think 4 dddd means Monday, Tuesday, Wednesday etc.

Does that help? :blush:

there is not even a question in your message. What do you need?

Hi @davi.simao you can add a condition to send email only when “current date/time:extract day is not 6 and current date/time:extract day is not 0”. Day value of 6 is Saturday and day value of 0 is Sunday. This will prevent the email from sending on weekends.

cool, I’ll test it and let you know if it works

yeah, no worries. I will be on the look out to know if it works.

It worked, thank you very much, I really appreciate it.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.