Count list string
Last updated
Was this helpful?
This operation counts the number of elements in a given list of strings.
These are the input/output expected data types for this operation:
- The input lists of strings.
- Number of elements in the input lists.
Suppose you want to count the number of elements in your input list of strings:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Count list string.
Give your Output field a name and click Save. You'll get the number of elements in your input string lists. For example:
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?
Was this helpful?
Input data - "test1", "test2"
Output data - 2
