When setting a state for a multiline input, I’d like to put a new line between some text in the “value” section but it’s not permitted. Below I indicated where I wanted the new line between two paragraphs (fully realizing the state values don’t take regex, this is just to illustrate where I want the line break). Is there any way to do this?
Did you try join with “line_break”? It works in text elements.
Ah, yes- thanks, @eli!
No need to double “” each side, just insert line_break
I mention it for future use cases 
Thank you, @NoCodeDataArtisan was being too hasty and didn’t want to keep you waiting 


