Sort values
Last updated
Was this helpful?
The sort values step allows to sort values based on one or several columns.
Column...: the column where values will be sorted
Order: whether you want the values in this column to be sorted in ascending (asc) or descending order (desc).
Input

Configuration
Output

You can add columns to apply a combined sort, by clicking on “Add column”. The order of columns matters, i.e. first the first column will be sorted, then and without changing the order of the first column, the second column will be sorted etc. Please see the example below for illustration.
You can specify if you want to rank rows based on one or several columns.
Last updated
Was this helpful?
Was this helpful?
{
"columns": [
{
"column": "Value",
"order": "desc"
},
]
}