Find in text-list
Description
Finds a text row in a text-list by matching text
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Operation | text | manual-only | true | The operation that you want to happen between the predicate number value and the value of the text-list |
Predicate | number | link-manual | false | The value that should be used when finding a value inside the text-list |
Text list value | text-list | link-manual | true | The text-list that should be used to find a value in |
Use cases
- The user wants to find a text value in a text-list with the
equals
operation and a predicate ofJack
- The user wants to find a text value in a text-list with the
not equals
operation and a predicate ofJack
- The user wants to find a text value in a text-list with the
contains
operation and a predicate ofJack
- The user wants to find a text value in a text-list with the
not contains
operation and a predicate ofJack
- The user wants to find a text value in a text-list with the
empty
operation and a predicate ofJack
- The user wants to find a text value in a text-list with the
not empty
operation and a predicate ofJack
Use case
Inputs
- Operation:
equals
- Predicate:
Jack
- Text-list value:
[Jack, Duck, Boer]
Experienced tips
- If the
text-list value
are empty, the process will continue and provide you with theText result
ofnull
- If the
predicate
are empty, the process will continue and provide you with theText result
ofnull
Search Tags
Find a text value in a text-list