Docs

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.

PRO

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.

PRO

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.

PRO

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.

Next: Add company-specific closures

Scroll to Top