Create List
Command description
Creates a new empty list and saves it as a variable. The result is Runavelo's MyList type and can be used with commands that add, delete, sort, or merge list items. See Python Object Type Definitions.
Command Input Parameters
None.
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| List Object | list | New empty list object |
AI Workflow Generation Notes
- The output is a
MyListobject. Pass this variable directly to subsequent list commands.