This function returns the highest value in a given number list.
Bash
max(numberList) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 5 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number list |
Any given number list. |
Output
This function returns a number
Check out max(numbers) to compare two numeric values.
📚 Use cases and examples
| Use case | Workflow function | Field type | Automated action | Parser functions |
|---|