Skip to main content
Nintex Community Menu Bar
Question

Include curly brackets in template field

  • July 9, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+9

Is there a way to include the curly brackets in a template field, instead of having it try to merge a variable? I actually want the output “{{Text}}” to show to the user, instead of having it look for a merge variable.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

You can use the HTML Entity encodings for the brace characters, like this:

{{Text}}

See http://www.fileformat.info/info/unicode/char/007B/index.htm and http://www.fileformat.info/info/unicode/char/007D/index.htm