Dispatch the items in a list into two target lists
ID
list-list-dispatch-list
Name
Dispatch List
Group
List
Package
List
Keywords
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to filter | |
dispatchPattern | Boolean | Dispatch pattern | ()=>[!0,!1] |
Outputs
Name | Type | Description |
---|---|---|
listA | Any | Dispatch target for True values |
listB | Any | Dispatch target for False values |