Hi all,
I was wondering if there is a way to truncate text pulled using a variable.
I’m currently feeding content from a website using rss.app into a klaviyo template. I’m using the following variable to grab text;
Added this to the source code from a text box in Klaviyo.
<div>Description: {{ item.description }}</div>
Sometimes the description is very long and I would like to truncate to about 200 words. Is this possible?