Sort List Action
Sort List Action arranges the items in a list in ascending or descending order based on specified criteria. It is commonly used for organizing data, preparing lists for display, or preparing for search operations.
Appearance
In Talos, Sort List Action appears as a rectangular node with a sort icon, indicating list reordering. It takes a list as input and outputs the sorted result.
Properties
As all Actions, Sort List Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Sorting PredicateString
The criteria or expression to use for sorting.
ListString
The list to sort.