Get business days between dates transform action
Use case
You would like to get the count of business days between dates.
Overview

Get the number of business days between two dates.
Parameters
Parameter
Description
Required
Start Date
The start date; This day is inclusive in the returned count.
End Date
The end date; This day is exclusive in the returned count.
Holidays
A list of holidays
Country
Country Specific Holidays to remove from the set.
Usage
Results output
Result of Example 1:
3
Result of Example 2:
4
Last updated
Was this helpful?