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
equalsoperation and a predicate ofJack - The user wants to find a text value in a text-list with the
not equalsoperation and a predicate ofJack - The user wants to find a text value in a text-list with the
containsoperation and a predicate ofJack - The user wants to find a text value in a text-list with the
not containsoperation and a predicate ofJack - The user wants to find a text value in a text-list with the
emptyoperation and a predicate ofJack - The user wants to find a text value in a text-list with the
not emptyoperation and a predicate ofJack
Use case
Inputs
- Operation:
equals - Predicate:
Jack - Text-list value:
[Jack, Duck, Boer]
Experienced tips
- If the
text-list valueare empty, the process will continue and provide you with theText resultofnull - If the
predicateare empty, the process will continue and provide you with theText resultofnull
Search Tags
Find a text value in a text-list