Skip to content

Minimum Value Rules (min) ​

Get the minimum value from a column and apply it to a destination column.

Example: ​

json
{
    "type": "min",
    "source_column": "temperature",
    "destination_column": "min_temperature",
}

Behavior: Captures the minimum value for the column temperature and replicates to a new destination column min_temperature.