Our company’s reminder process requires me to confirm that it is a workday (Not Saturday/Sunday) before I send the email to our customers.
Is there a way to check this?
Our company’s reminder process requires me to confirm that it is a workday (Not Saturday/Sunday) before I send the email to our customers.
Is there a way to check this?
you can use the formatDate function. Using d or do or E gives you the day of the week. See the tokens here:
Here are some examples for calculations:
https://www.make.com/en/help/functions/date---time-functions#examples-935198-2
Cheers,
Gijs