Skip to main content

Trying to figure out how to include html like

or styling in a UI formula field returning text.


Example: {{fieldname}}+“some other text”+"

"+{{fieldname}} doesn’t work

Here’s how in case anyone else has this issue, use tags around your html inside the quotes.


Example: “”+{{fieldname}}+“

</html”+{{fieldname}}


Sweet! I like the intuitive nature of that.


Thanks for Sharing, Jack!


correcting typo in the above, missed the closing “>”


”+{{fieldname}}+"


"+{{fieldname}}