Clear List
Command description
Removes every item from a list in place. No new list variable is created.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List | list | List to clear |
Command Output Parameters
None.
AI Workflow Generation Notes
- The command clears the list in place and has no output variable. Continue using the original list variable.