Hi,
I've tried to find a solution for this before posting, but couldn't find an appropriate solution.
What I'm trying to do is to essentially create a list in an email that's driven by an excel sheet.
For example, in each email, there's 6 token fields that needs to be populated with info. However, not all token fields will be used for all versions of the email. It can go from 1-6. My question is, is it possible to hide the fields that are not populated with info, so the spacing of the email will look correct.
Solved! Go to Solution.
Quiet references won't quite cut it because they quiet null values, not empty values.
You want my #displayIfFilled logic: https://nation.marketo.com/t5/product-blogs/streamline-your-script-tokens-with-a-displayiffilled-vel...
Hello @Tsangto ,
One way to do it is via velocity scripting + quiet reference (no value no output). Albeit, is has a small learning curb for basic features.
Email scripting documentation around quiet reference
Quiet references won't quite cut it because they quiet null values, not empty values.
You want my #displayIfFilled logic: https://nation.marketo.com/t5/product-blogs/streamline-your-script-tokens-with-a-displayiffilled-vel...