- Documentation
- Activities
- Data
- Sort table
Arrange rows in order by a column (A-Z, 1-100, etc.)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Table Variable tableName | variable | Required | — | — |
Column to Sort By sortColumn | string | Required | — | — |
Sort Order sortOrder | enum | Optional | ascending | —ascendingdescending |
Output Variable outputVariable | variable | Optional | sortedTable | — |
Output
sortedTableDataTableSorted data table
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Add table column
Add a new column to an existing data table
Add table row
Add a new row to a table
Clear table
Remove all rows from a data table
Convert table to text
Turn table data into a text format like CSV
Create table
Create a new table to store rows and columns of data
Filter table
Keep only rows that match certain conditions