Add/Subtract Dates
Add or subtract a specific number of units (e.g., years, months, days) to a given date.
This action allows you to calculate a new date by performing addition or subtraction on a selected date. Below are the configuration options:
Pick Date
Use the Dynamic Data Source Selector popup to enter or select the date from a previous action or payload. This is the date on which the addition or subtraction will be performed.
Select Operation
Choose whether to Add or Subtract from the selected date.
Enter the Unit
Specify the number of units (e.g., years, months, days, hours, minutes) to perform the operation.
We’ve included screenshots that show how to set up this action and the resulting calculated dates. Below are the details of the sample payload data used:
{
"start_date": "2024-02-03",
"end_date": "2025-02-03"
}


Last updated
Was this helpful?