I’m working on a flow where I need to validate a list of leads (each with email, name, and company) before sending emails. I’m using the Email Validator node, which returns a true or false for each email.
The part I’m stuck on is how to filter the original list to keep only the leads with valid emails**, using the Join Pathsnode (or another recommended method).
But I’m not sure how to retain the original lead info (name, company) after the split, and how to rebuild a clean list of only the valid leads to move forward with email writing/sending.
Hey @olmacmighty! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
That might actually be out of scope. Technically, you can set a time trigger and send a follow-up email—but you’d need to know which ones haven’t replied and only send the email to those. The limitation there is that all workflows are stateless, meaning they don’t have memory. So it’s tricky to reference which email got a response versus which didn’t.