Index list integer

Description

This operation extracts specific elements from a 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

- The specific elements you want to extract.


Parameters

These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):

Index*

Enter the list level you want to extract. Note that to extract the first level, you must enter the number 0, and so on.


Example

Suppose you want to extract a specific value from 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 Index list integer.

  3. Set Index to 2.

  4. Give your Output field a name and click Save. You'll get the value corresponding to the indicated position. For example:

0, 1, 2, 3 -> 2

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?