Skip to main content

Clear List

Command description

Removes every item from a list in place. No new list variable is created.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList 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.