Data / Lists
data/list_reverse
List Reverse / Sort
Reverses, shuffles, or sorts a list.
Note: SORT_ASC and SORT_DESC convert elements to strings for comparison.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
list |
list | The list to transform. |
Outputs
| Name | Type | Description |
|---|---|---|
list |
list | The transformed list. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
mode |
select | "REVERSE" |
Mode |