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 parameters | Input parameter type | Description |
|---|---|---|
| List | list | List whose length is required |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| List Length | int | Number of items in the list |
AI Workflow Generation Notes
- Use this command instead of counting list items with a loop.