Hello, I'm having an issue with a waterfall. I've added Apollo as a provider, and the waterfall continues to run after Apollo has found the contact's email address. How can I get this to stop once the valid email is found?
The waterfall should automatically stop once a valid email is found. If it continues running after Apollo finds an email, this typically means the email failed validation.
The waterfall logic only triggers the next provider when no email is found or the email found is invalid.Our system dynamically moves through providers - if a provider finds a valid email, the process stops for that contact.
Check your validation columns (hidden by default) to see if Apollo's email passed validation. Open the Columns Panel and unhide these columns to inspect the validation steps.