Skip to main content

Hi community,

May be a simple question but we’re trying to concatenate a few string/text fields into a Rich text area field that lives in the Company object.

 This is very easy, however, for the new field to be somewhat readable we would like to have a line break between which field we’re concatenating. 

Is there a way to add a line break when using the concat formula? If not, any workaround? 

 

Thanks you all

@andr_raposo Rich text supports HTML formatting, so have you tried concatenating <br> and see what the result looks like? This is a quick suggestion but not sure of the result. 


While applying the line break HTML tag, it is observed that the approach works for Rich Text field. However, the same is not replicable while loading data to Long Text field in SFDC.