Anyone knows how to insert a line-break as an

Anyone knows how to insert a line-break as an expression ?

I’m trying to setup an action to send email externally and I’d like the body for the email to consist of several column results but ideally they should be broken into separate lines.

Thanks in advance…

Solved Solved
0 14 11.2K
1 ACCEPTED SOLUTION

CONCATENATE( [ColumnA],"

“,[ColumnB],”

",[ColumnC])

View solution in original post

14 REPLIES 14
Top Labels in this Space