Subtract Days from Date
Subtracts a number of days from a date and returns the result. Use it for deadline or cut-off calculations in a flow.
What it does
- Takes a date string and subtracts the given number of days.
- Can count calendar days or business days only.
- Returns the new date.
Notes
No special notes.
Inputs
| Name | Type | Description |
|---|---|---|
| Date | String | date string to subtract |
| Number to Subtract | Number | number of days to subtract |
| Count as Business Days? | Boolean | whether to count additional days as working days only |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | whether action was run successfully |
| New Date | String | the new date after subtraction |