Provides match criteria to our human workforce in order to match two given pieces of information.
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Match criteria | Instructions to be provided to our human workforce to compare the two given values for a match. | Text(Long) | Yes | Validate that the two values given are the same name. Include nicknames as a match. |
First value to match | This value will be compared against the second value to match based on your instructions | Text(Long) | Yes | Joe |
Second value to match | This value will be compared against the first value to match based on your instructions | Text(Long) | Yes | Joseph |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outcomes
Name | Description |
Yes | This status is selected if the two provided values match according to the given instructions |
No | This status is selected if the two provided values do not match according to the given instructions |
Missing Info | This status is selected if it is unclear whether or not the two values match according to the given match criteria |
Impossible to complete | This status is selected in the event of the following scenario:
|