Find in data-list
Description
Finds a data-item in a data-list by field and outputs a data-item
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Case Sensitivity | text | manual-only | true | Whether the user wants the filter to be case sensitive or not |
Field name | text | manual-only | true | The field that will be used to find a row in the data-list |
Field data type | text | manual-only | true | The data type of the field that will be used to find a row |
Operation | text | manual-only | true | The operation that you want to happen between the predicate value and the field value of the data-list, Text and Number has different types of operations. |
Data rows | data-list | link-manual | true | The data-list you want to find a row in |
Scenarios
- The user wants to find a row inside the data-list with a field of type
text
andequals
operation - The user wants to find a row inside the data-list with a field of type
text
andnot equals
operation - The user wants to find a row inside the data-list with a field of type
text
andcontains
operation - The user wants to find a row inside the data-list with a field of type
text
andnot contains
operation - The user wants to find a row inside the data-list with a field of type
text
andempty
operation - The user wants to find a row inside the data-list with a field of type
text
andnot empty
operation - The user wants to find a row inside the data-list with a field of type
long-text
andequals
operation - The user wants to find a row inside the data-list with a field of type
long-text
andnot equals
operation - The user wants to find a row inside the data-list with a field of type
long-text
andcontains
operation - The user wants to find a row inside the data-list with a field of type
long-text
andnot contains
operation - The user wants to find a row inside the data-list with a field of type
long-text
andempty
operation - The user wants to find a row inside the data-list with a field of type
long-text
andnot empty
operation - The user wants to find a row inside the data-list with a field of type
number
andequals
operation - The user wants to find a row inside the data-list with a field of type
number
andnot equals
operation - The user wants to find a row inside the data-list with a field of type
number
andgreater than
operation - The user wants to find a row inside the data-list with a field of type
number
andgreater than or equals
operation - The user wants to find a row inside the data-list with a field of type
number
andless than
operation - The user wants to find a row inside the data-list with a field of type
number
andless than or equals
operation - The user wants to find a row inside the data-list with a field of type
number
andempty
operation - The user wants to find a row inside the data-list with a field of type
number
andnot empty
operation
Use case
Inputs
- Field name:
title
- Field data type:
text
- Operation:
Equals
- Predicate text:
Jack
- Data-List:
- Fields:
- Values:
Experienced tips
- If the
data-rows
are empty, the process will continue and provide you with an empty data-item - If the
operation
is false on every iteration, the process will continue and provide you with an empty data-item - If the
operation
iscontains
, the process will return everything that contains thepredicate
value
Search Tags
Find data-item in data-list