Hello,
I'm trying to send an alert email, and I'd like to add in the body of the alert the number of a results:
In that case I'd like to write in the Alert: 416 deliveries created.
Is it possibile? How?
Thanks
Solved! Go to Solution.
Hello maurizioc92956636
In the delivery alert activity you may use " <%= instance.vars.queryCount = vars.recCount %>" which would print the number genereated by query activity.
Regards,
Ananya Kuthiala
Hello maurizioc92956636
In the delivery alert activity you may use " <%= instance.vars.queryCount = vars.recCount %>" which would print the number genereated by query activity.
Regards,
Ananya Kuthiala
Thanks a lot!