Extract a section of an array.
It exists in two different versions Extract by Index or Extract by ID.
A pop-up window will appear when you drag & drop this node into your graph letting you select which version you would like to create.
Items Selector by Index
Properties:
Start Index
: Manually set the index from which to start the filter
Default : 0
End Index
: Manually set the index from which to stop the filter
Default : 0
Inputs
Name | Type | Description |
---|---|---|
Array | Array | Array to filter |
Start Index | Integer | Index from which to start the filter |
End Index | Integer | Index from which to stop the filter |
Outputs
Name | Type | Description |
---|---|---|
Array | Array | Resulting array after filtering |
Example
Items Seclector by ID
Properties:
You can add IDs to select by using the button in the bottom left of the Editor
panel and entering the IDs to extract.
Inputs
Name | Type | Description |
---|---|---|
Array | Array | Array to filter |
Outputs
Name | Type | Description |
---|---|---|
Array | Array | Resulting array after filtering |
ExcludedArray | Array | Rest of the array excluding the values filtered out |
Example
Need more help with this?
Don’t hesitate to contact us here.