Workflow Actions
All four workflow actions use the same business-day logic: weekends are skipped automatically, public holidays come from your selected country, and company holidays layer on top when enabled.
Calculate Business Days
Counts the working days between two dates. Free tier includes 3,000 calculations a month; Pro removes the cap.
Inputs: Start Date, End Date, country holiday calendar.
Output: A number representing elapsed business days.
Example: Start Date = Ticket Create Date, End Date = First Response Date. The action outputs elapsed business days for SLA reporting.
Add / Subtract Business Days
Moves a date forward or backward by a number of working days.
Inputs: Reference date, number of business days, add or subtract direction, country holiday calendar.
Output: A resulting business-day date.
Example: Start with Today, add 5 business days, and write the result to a Follow-up Due Date property.
Check If Business Day
Tests whether a specific date falls on a working day.
Inputs: Date to evaluate and country holiday calendar.
Output: A yes or no result you can use in branches.
Example: Check whether a requested send date is a business day before creating a handoff task.
Find Next / Previous Business Day
Snaps a date to the nearest valid working day.
Inputs: Reference date, next or previous direction, country holiday calendar.
Output: The next or previous business-day date.
Example: If a renewal reminder lands on a Sunday or holiday, move it to the next business day before creating the task.