Get Common List Items
Command description
Returns the items present in both lists as a new list, preserving their order in List 1. The input lists are not modified.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List 1 | list | First list to compare |
| List 2 | list | Second list to compare |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| List Object | list | Items present in both lists |
AI Workflow Generation Notes
- The command returns a new list and compares items using Python equality rules.