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

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.