Preventing Duplicate Workflows from Re-running Enrichments
The Problem
Duplicating a table duplicates the entire linked table, not just the filtered input. This causes enrichment steps like "Find People" to rerun on all companies, wasting credits.
Solution: Status-Based Filtering
Follow these steps to prevent unnecessary enrichment runs:
- Add a Status / Qualified = Yes column in the Company table
- Apply your filters and write "Yes" only on the rows you want to enrich
- In Find People at These Companies, set the input to only rows where Status = Yes
- When you duplicate the workflow for a new client, the People table will only run on the filtered rows
This is the only fully reliable method to prevent wasted credits when duplicating multi-table setups.