Printing a paragraph for every condition met
Hi All! New to Maketo and looking into VLT coding but cant seem to get something working.
Is the below possible in VLT code.
Person A is is interested in studying Nursing, Marketing and Design
(there are 600 other courses hence why I'm trying to do it in a VS)
Instead of sending 3 welcome emails, we would like to send one welcome email but include a paragraph of text about each course.
I suspect a a loop or Switch statement would be best, but if anyone has a better way of doing this, please let me know and i will look into it.
So the email person A would receive, would look like this:
Banner
--------------
Default text
--------------
Nursing text
--------------
Marketing text
--------------
Design text
--------------
Email sign off
Thanks, Dan