"\n"
While this is not a function() per se, you can use the "\n" character in any string or body of text to tell our platform to output text on a new line.
Syntax
"\n"
Example
If myfield has value 'ABC|DEF'
substitute({{myfield}}, '|', '\n') replaces | with new line.
returns:
ABC
DEF
Notes
When saving this text to a data source, make sure that the column data type where this is set to "Multiline Text".