List counting via a workflow | Community
Skip to main content
ashleym1988
Level 2
July 22, 2019
Solved

List counting via a workflow

  • July 22, 2019
  • 2 replies
  • 3041 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by badr_eddine

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.

2 replies

badr_eddineAccepted solution
Level 3
July 22, 2019

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.

ashleym1988
Level 2
July 22, 2019

Thanks for the speedy response.