Add a Get Records element to your flow to query your org for any existing contact whose name matches what the flow user enters.
- Navigate down past the element node for Contact Info and locate the Add Element button menu just beneath it. We’ll be adding our Get Records element directly above the End Element position.
- Press ENTER on Add Element, then select Get Records from the menu.
- In the New Get Records window, enter these values.
Field |
Value |
Label |
Find a Match |
API Name |
Find_a_Match |
Object |
Contact |
- Under the Filter Contact Records heading, for Condition Requirements, select All Conditions Are Met (AND). Enter these conditions.
Field |
Operator |
Value |
FirstName |
Equals |
{!contact.FirstName} |
- Activate the Add Condition button, and enter these conditions.
Field |
Operator |
Value |
LastName |
Equals |
{!contact.LastName} |
- Activate the Done button.
- Ensure that the Find a Match button menu is between Contact Info and End Element on the canvas.
- Activate the Save button.
Click to return to the unit on Trailhead to verify this step.