Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Loop like construct in Adobe Campaign Workflow

Avatar

Level 4

Hi All,

 

Is it possible to build a loop like construct in Adobe Campaign Workflow.

I need to process the output of an enrichment, 1 record at a time, check for certain conditions after the processing step. If the condition fails, I loop back again.

 

Can somebody help me with the construct

 

Regards,

DG

 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @dipendu_g 

 

You can create a simple loop logic as below.

AkshayAnand_0-1671092285107.png

 

test activity to count if recCount >0

AkshayAnand_1-1671092323416.png

 

Split to limit the records to 1.

AkshayAnand_2-1671092351080.png

Then you can add you conditions.

 

Regards

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @dipendu_g 

 

You can create a simple loop logic as below.

AkshayAnand_0-1671092285107.png

 

test activity to count if recCount >0

AkshayAnand_1-1671092323416.png

 

Split to limit the records to 1.

AkshayAnand_2-1671092351080.png

Then you can add you conditions.

 

Regards