Sort values
The sort values step allows to sort values based on one or several columns.
Step parameters
Column...
: the column where values will be sortedOrder
: whether you want the values in this column to be sorted in ascending (asc
) or descending order (desc
).
Example
Input

Configuration
{
"columns": [
{
"column": "Value",
"order": "desc"
},
]
}
Output

Last updated
Was this helpful?