Sort a list of numeric keys with optional synchronous values.
ID
list-list-sort-list
Name
Sort List
Group
List
Package
List
Keywords
After creating the node, connect the primary list (keys) that should define the sort order to the first port. Optionally, you can connect a second list (values) to the second port. The node will sort the keys in ascending order and apply the same ordering to the values list if it's connected.
Number List Sort
List Item
Trim List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Keys | Number | List of sortable keys (e.g., numbers) | |
Values | Any | Optional list of values to sort synchronously with keys |
Outputs
Name | Type | Description |
---|---|---|
Keys | Number | Sorted keys |
Values | Any | Synchronous values sorted by keys |