Extract a subset from a list
ID
list-list-extract-subset
Name
Extract Subset
Group
List
Package
List
Keywords
After creating a node, connect the base list to the first port. You need to connect the start index for the trim list to the second port, and the end index for the trim list to the third port. On the output ports, we will get the extracted list and indices of extracted items.
List Item
Reverse List
Take Nth
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | Base list | |
indexStart | Number | Start index for trim list | 0 |
indexEnd | Number | End index for trim list | 2 |
Outputs
Name | Type | Description |
---|---|---|
resultList | Any | Extracted list |
index | Number | Indexes of extracted items |