Allow double qutoes in custom calculation logic | Community
Skip to main content
Level 2
April 17, 2026
New

Allow double qutoes in custom calculation logic

  • April 17, 2026
  • 0 replies
  • 3 views

Currently Workfront does not recognise double qutoes as a string literal. Even if we use an escape character it does not work. This leads to the inability of using regex patterns where we look for valid characters or other custom expression logic.

 

Expected outcome:

Allow “\”” as a valid syntax to recognise string literals in custom expressions.