Deduplicate List
Command description
Removes duplicate items from a list in place, preserving the first occurrence of each item. No new list variable is created.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List | list | List to deduplicate |
Command Output Parameters
None.
AI Workflow Generation Notes
- The command modifies the list in place and keeps the first occurrence of each item.