Get List Size step

Introduction

The "Get List Size" step calculates the size (i.e., the number of elements) of a specified list variable. This step is used for scenarios where you need to determine the length of a list to make decisions, iterate over elements, or simply report the size as part of your automation logic.

Configuration

  • List: Choose the list variable whose size you want to determine. This configuration is mandatory and ensures the step operates on the correct data within your automation.

Outputs

  • Size: The output variable that stores the size of the list. This is an integer value representing the number of elements contained in the list.

Last updated