Set date 7 days from now but avoid weekends for HubSpot task

I am trying to set a date which is 7 days from now but if that lands on a weekend then return the following Monday. Basically I am trying to set a HubSpot task due date but don’t want it to land on a weekend.

Hey Stuart,

check what day today is with formatDate(). If its Saturday, add 9 days, if its Sunday, add 8 days and if its not either, add 7 days.

1 Like