Building flows: go down or go across?
Let’s say you design a subflow that attempts to find a contact. After several attempts, if a contact isn’t found, it creates one.
Each attempt tries to find a matching contact using different criterias. For example, find by
- Email address
- First and last name
- Last name and postal code/zip code
- Last name and birthdate
If attempt 1 doesn’t return any results, you move to attempt 2.… Read the rest