in a list of 15k companies, how do i use the enrichment "find people" but specifically only for a filtered list of 5k accounts, and push them to an existing table that was duplicated from a previous table?
To run "Find People" on only 5k of your 15k companies and push results to an existing table:
Filter your company table to show only the 5k accounts you want to target
Add the "Find People" enrichment as a column in your filtered view
Configure your search parameters (job titles, seniority, etc.)
Use "Write to Other Table" to push the results: • Add a column and select "Write to Other Table" [1] • Select your destination table (the duplicated table) [2] • Choose the "Find People" column containing your lists • Map the list properties to columns in your destination table • Use "Only run if" conditions to ensure it only processes your filtered 5k rows
This will map each person found into individual rows in your existing table.
Is that what you were looking for?
i don't see "write to other table", i only see continue, then add to existing rows or replace existing rows
You're seeing the new "Send table data" interface, which replaced the legacy "Write to Other Table" enrichment.
To send your Find People results to your existing table:
This will map each person found into individual rows in your existing table.
Did that answer your question?
If you still need help with sending your Find People results to the existing table, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any issues you’re encountering?
Hey Aaron, you can do that easily by applying a filter view on your 15K company table (showing only those 5K accounts), then running the Find People enrichment just on that view. Once it’s done, use Send Table Data → Existing Table to push those results into your duplicated table. Make sure the destination table’s schema matches to avoid new columns being created. I can walk you through the clicks if you’d like.
That's exactly right! Here's the quick workflow:
Filter your 15K company table to show only the 5K accounts you want
Run Find People enrichment on that filtered view
Use Actions → Send table data to push results to your duplicated table [1]
Select "Send row for each item in a list" and choose your Find People column [2]
Map the person properties to your destination table columns
Choose "Add to existing rows" to append the data
This will flatten each person found into individual rows in your existing table.
Let me know if you need help with any specific step!
Did that answer your question?
If you still need assistance with sending your Find People results to the existing table, I’m happy to help. Would you like to share more about any specific step or issue you’re facing?
