Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

how to retrieve all recipients with same email with a different consent type?

Avatar

Level 3

Hello

 

I am trying  to retrieve all recipents with same email but coming with a différent consent type?

 

I am looking for a straight foward approach, to update them with the same value consent type, when the most recent consent date is updated?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @rbiri ,

Create a workflow as below,

ParthaSarathy_0-1697602480707.png

Query:

Fetch all recipients (Filtering Condition: Primary key is not empty)

Deduplication:

Targeting dimension: Temporary schema

Identification of duplicate: [target/@email]

Duplicate Method:

Configure exactly same as below,

ParthaSarathy_1-1697602671904.png

This will select the latest updated / Modified record.

Update Data:

Operation type: Update

Select 'Using Reconciliation key'

Reconcile using Email and [target/@email]

Fields to update:
In the below screenshot, instead of middle name, configure consent type from your schema

ParthaSarathy_2-1697602889295.png

 

Now all the records with same email Id have its latest Consent type.

ParthaSarathy_0-1697637961619.png

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @rbiri ,

Create a workflow as below,

ParthaSarathy_0-1697602480707.png

Query:

Fetch all recipients (Filtering Condition: Primary key is not empty)

Deduplication:

Targeting dimension: Temporary schema

Identification of duplicate: [target/@email]

Duplicate Method:

Configure exactly same as below,

ParthaSarathy_1-1697602671904.png

This will select the latest updated / Modified record.

Update Data:

Operation type: Update

Select 'Using Reconciliation key'

Reconcile using Email and [target/@email]

Fields to update:
In the below screenshot, instead of middle name, configure consent type from your schema

ParthaSarathy_2-1697602889295.png

 

Now all the records with same email Id have its latest Consent type.

ParthaSarathy_0-1697637961619.png