The default is an ‘and’ condition, not an ‘or’ condition. As a standard practice, perform a full duplicate check to verify a record matches all the attributes set in your duplicate check, for example, Firstname, Lastname, and Date of Birth. In your workflow, do a duplicate check for all three attributes. if a record is found that matches all three attributes, it will be displayed in the UI.
if a record is not found, the next step in your workflow should be a condition to check if the profile is not present. in this step, add another duplicate check step. This time, for e.g. use a check with attributes Firstname, Date-of-Birth, If a record is found that matches these two attributes, the record will be displayed in the UI.
If a record is not found, the next step in your workflow should be a condition to check if the profile is not present. In the condition for the action, add another duplicate check step, this time e.g. use a check with the attribute Date-of-Birth. If a record is found that matches the single attribute, the record will be displayed in the UI, if not, the workflow can proceed with the next steps as no full or partial matches have been found.
Start workflow
Submit form for Firstname, Lastname, Date of Birth
Duplicate Check Firstname, Lastname, Date of Birth
Condition ‘Profile not present’
Action: Duplicate Check Firstname, Date of Birth
Condition ‘Profile not present’
Action: Date of Birth
Continue workflow with other actions.
The below example is for a full check for Firstname, Lastname email
and then partial for Firstname Lastname
If a record is found with all three attributes matching you will get this.
If a record is found with the partial two attributes matching, you will get this
Hope this helps.





