ashleym1988
22-07-2019
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
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.
Thanks for the speedy response.