Add x Open Days to given dates.

Parameters:
See dedicated page for more information.
addOpenDays is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
The addOpenDays action button is used to calculate an end date by adding a specific number of open days to a given start date. This function intelligently skips weekends and holidays (closed days) when computing the result. It supports dynamic configuration of which weekdays are considered closed, as well as a customizable list of holidays provided via a secondary input table.
This is especially useful in scheduling systems, business day calculators, production calendars, and any scenario where real-world non-working days must be accounted for in automated date arithmetic.
📌 The second input pin (Pin 1) must contain a column listing the closed days in
yyyyMMddformat. These are additional non-working days that will be skipped.


The action will generate a new column named _endDate with the computed end date by skipping:
closedDay column)
_endDate).ℹ️ Weekends can be toggled ON/OFF individually to reflect regional working calendars.
Notes
- The input format for closed days must strictly follow theyyyyMMddpattern.
- If the second pin is empty, only the toggled weekend logic will be used.
- The new date column is added to the input dataset, preserving all original columns.
