Forum Discussion
BrittanyScheid
3 months agoQrew Cadet
Hi all,
Thanks for this post as it helped me find a solution! With the new function URLDecode, I was able to use some of what was mentioned here to get the line breaks to appear in a formula-rich text field that was pulling in the value from a multi-line text field. Here's what I did: use URL Encode, then replace the "%0A" with "<br>", and then use the URL Decode function.
URLDecode(SearchAndReplace(URLEncode([Status - Required Action and Documentation]),"%0A","<br>"))