List
List
Sequence
Set
Tree
Dispatch List
Dispatch the items in a list into two target lists
Details
ID
list-list-dispatch-list
Name
Dispatch List
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to filter | |
Boolean | Boolean | Dispatch pattern | ()=>[!0,!1] |
Output ports
Name | Type | Description |
---|---|---|
List A | Any | Dispatch target for True values |
List B | Any | Dispatch target for False values |
After creating a node, connect the list to filter to the first port. You need to connect the dispatch pattern second port. On the output ports, we will get the dispatch targets for true and false values.
List Item
Trim List
Reverse List
Insert List Items