How to alert the different results from a split activity into a single alert?
I'm using an split activity to count how many recipients have field A and how many have field B.
Since those are 2 segments inside the split activty I get 2 outputs. I can send an alert for each output, but I need to send a single email containing both counts of Field A and Field B.
How to do it?
Each alert has this format: Hoy <%= formatDate(new Date(), "%2D/%2M/%2Y") %> la cantidad de recipients con Email Comercial es: <%= vars.recCount %>
Bonus: how to format the <%= vars.recCount %> so it shows a "," for the thousends?

