How do I prevent duplicate workflows from re-running enrichments on unfiltered data?

April 2026

Quick Answer

## 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: 1. Add a **Status / Qualified = Yes** column in the Company table 2. Apply your filters and write "Yes" only on the rows you want to enrich 3. In **Find People at These Companies**, set the input to **only rows where Status = Yes** 4. When you d

Up to date
1 months ago

1 Answer

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:

  1. Add a Status / Qualified = Yes column in the Company table
  2. Apply your filters and write "Yes" only on the rows you want to enrich
  3. In Find People at These Companies, set the input to only rows where Status = Yes
  4. 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.

GTM StackCommunity Insight