User Story
As a Salesforce user, I want to search for contacts based on specific criteria, view their details, and delete selected contacts to manage my contact records effectively.
Acceptance Criteria:
- The Flow allows me to input either:
- First Name, Last Name, and DOB, or
- Email address.
- If both criteria sets are entered, the Flow prioritizes the email address search.
- The Flow displays matching contacts with fields:
- I can select contacts to delete using a checkbox or similar UI.
- The Flow prevents deletion of all contacts, ensuring at least one contact remains.
- A success message confirms the deletion, showing the remaining contact(s).