Count list integer

Description

This operation counts the number of elements in a given list of integer values.


Data types

These are the input/output expected data types for this operation:

Input data

- The input lists of integer values.

Output data

- Number of elements in the input lists.


Example

Suppose you want to count the number of elements in your input list of integer values:

  1. In your Pipeline, open the required Action configuration and select the input Field.

  2. In the Operation field, choose Count list integer.

  3. Give your Output field a name and click Save. You'll get the number of elements in your input integer lists. For example:

10, 20, 30 -> 3

You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.

Last updated

Was this helpful?