Hello!
I’ve been banging my head against a wall all day trying to solve what ought to be a fairly simple thing. None of the solutions on the forum I can find for the same problem work for me.
I have a list like this:
List of fruits :each items name: format as text
I want it displayed like this:
Apple
Orange
Mango
But instead I get:
AppleOrangeMango
What I’ve tried:
Using a carriage return as delimiter and in the text
Using ‘line_break’ as delimiter
Using various HTML expressions both as delimiters and directly in the text field.
Using a carriage return in between other accepted characters (like comma)
append:arbitrary text with blank carriage returns
I’m all out of ideas. Can someone please help me?
EDIT:
For clarification, I want to send the list to Sendgrid in a JSON-body. And that’s where I lose the carriage returns.
/Emil