Check for a Matching Contact in Your Org
Use a Get Records Element to Find a Matching Contact
Add a Get Records element to your flow to query your org for any existing contact whose name matches what the flow user enters.
- After the Contact Info element, click .
- Click Get Records.
- In the New Get Records window, enter these values.
- Label:
Find a Match
- API Name:
Find_a_Match
- Object: Contact
- Label:
- In the Filter Contact Records section, for Condition Requirements, select All Conditions Are Met (AND).
- Enter this condition.
- Field: FirstName
- Operator: Equals
- Value: select contact then select FirstName
- Field: FirstName
- Click Add Condition, and enter this condition.
- Field: LastName
- Operator: Equals
- Value: select contact then select LastName
- Field: LastName
Your flow canvas should look like this.
- Click Save.