When Long-text is
Description
Runs linked commands when the input long-text value meets the input operation and match
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Subject | long-text | link-manual | true | The long-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 must or must not exist in the subject value |
Scenarios
- The user wants to continue the process when the
subject
contains
thepredicate
value - The user wants to continue the process when the
subject
doesnot contain
thepredicate
value - The user wants to continue the process when the
subject
value areempty
- The user wants to continue the process when the
subject
value arenot empty
Use case
Inputs
- Subject:
My favorite dog is a French Poodle
- Operation:
Contains
- Predicate:
French
Search Tags
Run a process with when logic
Trigger different process
If else