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

List counting via a workflow

Avatar

Level 2

Hi,

I was wondering if someone could assist in showing me how I would go about seeing if a list is empty via workflow.

If empty then I want to send template A to a seed list, if it has recipients then do action B.

Thanks,

Ash

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi Ash,

after the query you will add a Test, inside the test you will add a condition like this : vars.recCount > 0

if its true you will send the B delivery, if its false then the A .

Regards,

Badr.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hi Ash,

after the query you will add a Test, inside the test you will add a condition like this : vars.recCount > 0

if its true you will send the B delivery, if its false then the A .

Regards,

Badr.

Avatar

Level 2

Thanks for the speedy response.