Hello.
I want to create data in table format as a variable and then add a line break character in the text view.
So, I created one row through GroupBy and added line breaks between characters through string manipulation.
I created this data as a variable using Table Row to Variable and entered it in Text View, but it came out with the newline character missing.
Is there a way to maintain newline characters in variables and use them in Text View?
Additionally, since the incoming value is fluid, a variable must be used.