
List Element
Extract a single entity from a list based on its index number. Note that the first item in a list always is index 0.
Insert
Combine two lists into one by inserting a list into another at a specified index location.
Sub List
Extract a smaller list from a larger input list, based on a starting index and the desired size of the sublist.
Remove
Remove one or more entities from a list, based on a starting index and the number of removed entities.
Concatenate List & Concatenate Text
Multiple lists can be added together using the Concatenate Lists block. In order to do this, the Lists must be of the same type.

Sort
The Sort block will rearrange a list from the lowest to the highest value. If you would like the values sorted from highest to lowest, you can use the ‘reversed’ scalar list in the block’s properties.
Filter
The Filter block removes items from a list based on a Bool List, which must be the same length as the List input in the block. The default state of the Filter block takes in a Bool list, a series of checkboxes where items in the list can be kept or removed from the input lists by toggling the checkboxes.


