Skip to main content

Get List Length

Command description

Get the number of items in the list and save the list length as an integer variable.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList whose length is required

Command Output Parameters

Output parametersOutput parameter typeDescription
List LengthintNumber of items in the list

AI Workflow Generation Notes

  • Use this command instead of counting list items with a loop.