Shuffle List
Command description
Shuffles a list in place. No new list variable is created.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List | list | List to shuffle |
Command Output Parameters
None.
AI Workflow Generation Notes
- The command shuffles the list in place and has no output variable.