Find in List Function

Reza Farpour
Reza Farpour
  • Updated

Function Name:

Find in List

Purpose:

The Find in List function has two main purposes. You can use it to find values in a list using filter criteria of your choice, or find values based on position.

NOTE

  • The input of this function must be a list of values.
  • The first position in a list is referred to as position 0.

Configuration - Position:

1. Display Label: Enter the name you want to give this function on the canvas.

2. Description: Enter a few words to remember what this functions purpose is in your pipeline.

3. Input List: The list to search. This should be a token.

4. Filter Condition: Select Position and define the filter criteria.

Example:

Position - Greater Than - 4

  • Input [value01,value02,value03,value04,value05,value06,value07]
  • Output [value06,value07]

Configuration - Value in List:

1. Display Label: Enter the name you want to give this function on the canvas.

2. Description: Enter a few words to remember what this functions purpose is in your pipeline.

3. Input List: The list to search. This should be a token.

4. Filter Condition: Select Value In List and define the filter criteria.

Example:

Value in List - Contains - Int

  • Input [internet,basketball,Interesting,table,round]
  • Output [Interesting]

NOTE

The Contains operator is case sensitive.

Output Tokens:

{{RecordCount From <node-label>}} This token will output the total count of values that qualified in the search. Example: 3.

What's Next

Share this

Was this article helpful?

0 out of 0 found this helpful