When Text is
Description
Runs linked commands when the input text value meets the input operation and match
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Subject | text | link-manual | true | The text value that will be used in operation with the predicate value |
Operation | text | manual-only | true | The operation that will happen between the subject and predicate value |
Predicate | text | link-manual | true | The predicate value that will be used in the operation |
Scenarios
- The user wants to determine if the
subject
value areequal
to thepredicate
value. - The user wants to determine if the
subject
value arenot equal
to thepredicate
value. - The user wants to determine if the
subject
valuecontains
thepredicate
value. - The user wants to determine if the
subject
value doesnot contain
thepredicate
value. - The user wants to determine if the
subject
value areempty
. - The user wants to determine if the
subject
value arenot empty
.
Use case
Inputs
- Subject:
Buck
- Operation:
Contains
- Predicate:
ck
Search Tags
Run a process with when logic
Trigger different process
If else