Index list boolean
Last updated
Was this helpful?
This operation extracts specific elements from a list of booleans.
These are the input/output expected data types for this operation:
- The input lists of booleans.
- The specific elements you want to extract.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Enter the list level you want to extract. Note that to extract the first level, you must enter the number 0, and so on.
Suppose you want to extract a specific value from your input list of booleans:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Index list boolean.
Set Index to 1.
Give your Output field a name and click Save. You'll get the value corresponding to the indicated position. 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?
true, false, true, false -> false
