Filter List Items
Command description
Removes from List 1 any items that also occur in List 2 and saves the result as a new list. The original lists are not modified.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List 1 | list | Source list to filter |
| List 2 | list | Items to remove from List 1 |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| List Object | list | New filtered list |
AI Workflow Generation Notes
- Use the output variable for the filtered list; the input lists remain unchanged.