Skip to main content

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 parametersOutput parameter typeDescription
List ObjectlistNew empty list object

AI Workflow Generation Notes

  • The output is a MyList object. Pass this variable directly to subsequent list commands.