To insert a line break into a valueexpression, insert the unicode character for newline as shown below. This example inserts a line break between the record's owner and the record owner's email address. CONCAT({owner}.{name},"\u000A",{owner}.{emailAddr}) (original comment edited to display the best...