About Children

Coach Sarunas Jasikevicius responds to a question about the absence of Augusto Lima, who wasn’t present due to the birth of his child.

(Translation is available via YouTube subtitles — [CC] icon)

De-duplicate rows in AMPScript

Sometimes using a Query Activity to de-duplicate data before an email send isn’t feasible. You can do it in AMPscript if you don’t mind sorting your external rows.

In this code block, you just need to use a variable to keep track of the previous value that you’ve displayed. When the current row doesn’t match the previous one, output it.

Reference