Forum Discussion
Dynamic subject in drop-and-drag template
- 2 years ago
One thing to keep in mind is that the subject line and body are kept separate in Braze. So you probably have to include your loop inside the subject line and template the very first line in the subject line itself.
If you have the loop in the body, but you're trying to template the result of that loop in the subject line, that won't work.
Hope this helps!
One thing to keep in mind is that the subject line and body are kept separate in Braze. So you probably have to include your loop inside the subject line and template the very first line in the subject line itself.
If you have the loop in the body, but you're trying to template the result of that loop in the subject line, that won't work.
Hope this helps!
Thank you! This is what I did.
I actually created a subject line content block:
{% connected_content {feed} :save topstories %}{{topstories[0][0].title}}
And then just added the content block to the template's subject line.
Related Content
- 3 months ago
- 2 years ago