function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cory CowgillCory Cowgill 

Formula Field display <br> instead of a new line in Mobile Client only

I have a Formula Field which is formatting some custom address data in a Text Formula Field.

 

This works fine in Salesforce via Browser. However, in Mobile it shows up with a <br> instead of a new line.

 

How can I get the Formula Field to render with line breaks properly in both Salesforce via Browser and Salesforce Mobile.

 

Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
Cory CowgillCory Cowgill

Figured out a workaround:

 

Create a TextArea field, populate it via Workflow / Field Update with EXACT same formula from formula field. This will render properly in Mobile Client.