Step Details | |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Data > Numbers |
The Get TimeSpan Average step takes in a list of TimeSpan and outputs a single TimeSpan representing the average values passed in.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| TimeSpans | List of TimeSpan items to find the average of. | List of TimeSpan |
Outputs
| Property | Description | Data Type |
|---|---|---|
| GetTimeSpanAverage1_Output | This is the sum of the TimeSpans input divided by how many are in the list. | TimeSpan |
