Can you waterfall a set of existing columns? I have a table that functions as a "coin-sorter" and enrolls contacts into one of several unique Instantly campaigns. Each Instantly campaign has it's own column and run conditions. Is there any way to waterfall these campaign enrollment columns? I'm currently trying to create mutually exclusive run conditions for each column but that is proving to be extremely challenging. Any advice would be appreciated!
You can create a waterfall effect for your campaign enrollment columns using conditional formulas. Here's how to set it up: 1. Go to the "Run Settings" of each campaign enrollment column.
2. Use conditional formulas to create mutually exclusive conditions:
ā¢ For the first campaign column: Set your primary condition
ā¢ For subsequent campaign columns: Include conditions that exclude enrollment in previous campaignsFor example, you can structure your conditions like this: LBKSCampaign 1: {{your_primary_condition}} Campaign 2: NOT {{campaign_1}} AND {{your_second_condition}} Campaign 3: NOT {{campaign_1}} AND NOT {{campaign_2}} AND {{your_third_condition}}LBKS
You can use the "Use AI" button in the Run Settings to help generate these formulas in plain language. This approach ensures each contact only gets enrolled in one campaign, following your specified priority order.
Sources:
AI Formulas + Conditional Runs [Clay 101] - Clay University
Conditional runs | Documentation | Clay University
Conditional Formulas
Is that what you were looking for?
This is what I have been trying to do without complete success. I'd like to prioritize the order in which these columns run.
To create a prioritized waterfall effect with your campaign enrollment columns: 1. First, determine your desired priority order for the campaigns. 2. Use the waterfall "parent" column to establish the structure: ā¢ Configure your run conditions ā¢ Set up validation rules ā¢ Apply your desired sequence 3. The key is that waterfalls run sequentially, with each subsequent step only running if previous ones don't meet the criteria. This is achieved through conditional formulas running in the background. 4. For new rows, you can: ā¢ Filter for those specific rows ā¢ Run the enrichment on that filtered view ā¢ This ensures new dependencies are applied without affecting existing dataRemember that columns won't re-run automatically, which helps preserve your existing data unless you specifically trigger them. Sources: Building a data waterfall | Documentation | Clay University AI Formulas + Conditional Runs [Automated Inbound] - Clay University
Was that helpful?