Automating Contact Data Processing: Challenges and Solutions
Hey team, is it possible to automate the following steps?
- 1.
I pull a list of Contact records into Table A
- 2.
use Write-To to move company data from Table A (such as name, domain) into Table B to Dedup/Enrich
- 3.
use LookUp in Table A to match company domains in Table B and retire new info for each contact records
I understand that I could potnetially automate it with Column level conditional runs, but my concerns is that Table start matching companies from Table B and retrieving information while the company is still undergoing Dedup/Enrich/CleanUp process inside of Table B. So it retires incomplete info Thoughts? Will I have to wait for table B to process and then manually do the LookUp in table A?