Hi all,
I’ve read several posts about line break, markdown, etc. I’m sure I’ve seen the answer here in the past, but cannot find it now.
When building a template, we don’t always know if we would populate all mapped items. How can we add line breaks into the mapped value, so that we won’t get extra line breaks when the said mapped value isn’t populated?
Here’s an example:
Let’s assume we’d like to reach a template output of:
first
third
Here’s what happen when we don’t have any value at column “2”.
As you can see, we have an extra blank line which represents the missing mapped value of “2”.
I seem to recall the solution being something like this:
But when I try to add the line break (\n), it’s not treated as a line break.
Tried “Rich Text” component and still no joy:
Also tried a rich text column
Same result:
What am I missing?