Get Maximum Value step
Introduction
This step calculates the maximum value from a list of provided numerical values.
Configuration
Values: Input a list of numbers from which the maximum value will be determined. At least one number is required.
Outputs
Result: The highest number from the provided list.
Usage
Useful for determining the largest number in a set of data, applicable in scenarios like finding the highest score, the most significant measurement, or the top value in a collection of numerical data.
Last updated