Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Send number of query result in a Alert activity

Avatar

Level 3

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:

1535112_pastedImage_0.png

In that case I'd like to write in the Alert: 416 deliveries created.

Is it possibile? How?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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