List
List
Sequence
Set
Tree
Sort List
Sort a list of numeric keys with optional synchronous values.
Details
ID
list-list-sort-list
Name
Sort List
Group
List
Package
List
Keywords
Input ports
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 |
Output ports
Name | Type | Description |
---|---|---|
Keys | Number | Sorted keys |
Values | Any | Synchronous values sorted by keys |
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