Hey team - I’ve seen similar posts here:
- https://community.skuid.com/t/line-break-in-text-area
https://community.skuid.com/t/help-text-line-break
What I’d like to do is use a text area field value as a variable without losing the line breaks. Here’s the use case:
Add a line break and the following phrase: “I like Sprinkles!” (let’s call it sprinkles) to the end of a text area field that has several paragraphs (let’s call it paragraph):
“I like cupcakes.
I like frosting.
But most of all:”
I tried using ‘Update a field on row(s)’ with the following merge values:
{{paragraph}} 
"{{sprinkles}}
Instead of preserving the line breaks in {{paragraph}}, it displays a result like this:
I like cupcakes.I like frosting.But most of all:I like Sprinkles!
Is there a way to make this work?