Find in number-list
Description
Finds a number in a number-list by matching operations
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 number-list |
Predicate | number | link-manual | false | The value that should be used when filtering the number-list |
Number list value | number-list | link-manual | true | The number-list that should be filtered using the operation and predicate value |
Scenarios
- The user wants to find a number in a number-list with the
equals
operation and apredicate
of12
- The user wants to find a number in a number-list with the
not equals
operation and apredicate
of12
- The user wants to find a number in a number-list with the
greater than
operation and apredicate
of12
- The user wants to find a number in a number-list with the
greater than or equals
operation and apredicate
of12
- The user wants to find a number in a number-list with the
less than
operation and apredicate
of12
- The user wants to find a number in a number-list with the
less than or equals
operation and apredicate
of12
- The user wants to find a number in a number-list with the
empty
operation and apredicate
of12
- The user wants to find a number in a number-list with the
not empty
operation and apredicate
of12
Use case
Inputs
- Operation:
Equals
- Predicate:
12
- Number-list value:
[12, 15, 13, 18, 20, 122]
Experienced tips
- If the
Number list value
are empty, the process will continue and provide you with annumber result
ofnull
- If the
operation
is false on every iteration, the process will continue and provide you with annumber result
ofnull
Search Tags
Find a number in a number-list with