When Text match
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 text-list |
Operation | text | manual-only | true | The operation that will happen between the subject and predicate value |
Predicate | text-list | link-manual | true | The predicate text-list 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
valuecontains
thepredicate
value. - The user wants to determine if the
subject
value doesnot contain
thepredicate
value.
Use case
Inputs
- Subject:
Buck
- Operation:
Contains
- Predicate:
[ck, bu, ku, uc]
Search Tags
Run a process with when logic
Trigger different process
If else