Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Workflow design suggestion

Avatar

Level 4

Hi All,

 

I have a file containing X records. I want to load these records in the Y table. Before loading records in the X file in the Y table. I want to understand how many records from the X file are already present in the Y table and how many are not present. The primary key is the recipient ID. What is the best possible design for this workflow and which activities will be useful to design this workflow?

 

Thank you,

Rutuja Kelkar

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Rut7 ,

You can refer this import workflow documentation.

ParthaSarathy_0-1704778994583.png

 

'primary key not equals to 0' subset count is the number of records already present in table Y. And rest subset's counts are new records.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Rut7 ,

You can refer this import workflow documentation.

ParthaSarathy_0-1704778994583.png

 

'primary key not equals to 0' subset count is the number of records already present in table Y. And rest subset's counts are new records.