Skip to main content
Nintex Community Menu Bar
Question

Include html in a text formula

  • July 11, 2024
  • 4 replies
  • 16 views

Forum|alt.badge.img+11

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

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+11

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

Example: “”+{{fieldname}}+“
</html”+{{fieldname}}


Forum|alt.badge.img+9

Sweet! I like the intuitive nature of that.


Forum|alt.badge.img+6

Thanks for Sharing, Jack!


Forum|alt.badge.img+11

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

”+{{fieldname}}+"

"+{{fieldname}}