Sending Enriched Company Data to People Table: Step-by-Step Guide
Say I'm using the "Send to Table" enrichment to send a data from a People table to a new Companies table so that I can enrich company information only once. After the company enrichments are complete in the new Companies table, I need to send the enrichment data back to the People table, and match it to each Person's company. Imagine a Peoples table with the following columns and rows:
Column: Full Name
Column: Company
Row: John Smith
Row: Stripe
Row: Ashley Jones
Row: Stripe
How do I send the enriched Company info back to the People table while matching it to each Person's company?