Dynamic Lists in an Email
Hi - i'm looking to add dynamic lists of different lengths into an email. i used to be able to do this pretty easily in Exacttarget by putting in html in the user field such as <ul><li>Doc 1</li><li>Doc2</li></ul> and wrapping it with ampscript to treat the value as html. I've tried to add that html as a user field value and adding the token in the email but it's not working.
Basically, I want the email to look like this:
You will receive the following documents
- Doc 1
- Doc 2
But it's currently coming out like this:
You will receive the following documents
Doc 1Doc 2
Any ideas?