Avatar

Community Advisor
@akashaj7696 - you mention you only want to populat the bestZip (12345) for ID1. If the use case is this simple then just use an Enrichment activity that looks for CCT_ID = "ID1" then set the bestZip value to 12345. If its more complex than this, like you have more than one CCT_ID that you need to look for then you probabaly need to use JS to locate and populate the bestZip for the right CCT_ID. Cheers