Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards
RÉSOLU

Enrichment Activity & Simple Join

Avatar

Level 7

Hi,

 

What does the below join condition mean in an Enrichment activity when we are doing a simple join?

 

Sanjana12_0-1739791050128.png

 

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

Hi @Sanjana12 ,

Let consider a scenario where the input file has recipient data (firstname, email, mobileNumber, CustomerId). Now to enrich this temporary data with recipient schema, create a simple link by mapping CustomerId from file in 'Source' with CustomerId from recipient table in 'Destination'. So the matched records will get created a link with recipient table in the workflow.

Voir la solution dans l'envoi d'origine

3 Replies

Avatar

Réponse correcte par
Community Advisor

Hi @Sanjana12 ,

Let consider a scenario where the input file has recipient data (firstname, email, mobileNumber, CustomerId). Now to enrich this temporary data with recipient schema, create a simple link by mapping CustomerId from file in 'Source' with CustomerId from recipient table in 'Destination'. So the matched records will get created a link with recipient table in the workflow.

Avatar

Level 7

So it's basically matching records based on a common field in both the temp and destination schemas?

Avatar

Community Advisor

@Sanjana12 , yes.

Based on use case you can hardcode the value in 'Source' as well. Lets say, defining 'client' in Source and selecting @status from recipient table, will create a link between temp table and recipient table only for 'client' status.