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

Get the number of 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.
Usage
Results output
Result of Example:
6
Last updated
Was this helpful?